diff --git a/worker.js b/worker.js index e742302..b1ca273 100644 --- a/worker.js +++ b/worker.js @@ -963,8 +963,14 @@ function getHTML() { ' backdrop-filter: blur(5px);', ' z-index: 900;', ' border-top: 1px solid rgba(0, 0, 0, 0.1);', + ' display: flex;', + ' justify-content: center;', + ' align-items: center;', ' }', - +' .footer-content {', +' text-align: center;', +' width: 100%;', +' }', ' .powered-by {', ' color: #7f8c8d;', ' font-size: 0.9rem;',