diff --git a/src/web/page/index.html b/src/web/page/index.html index 4bbb6c4..1c9296b 100644 --- a/src/web/page/index.html +++ b/src/web/page/index.html @@ -55,10 +55,5 @@ Source Code - \ No newline at end of file diff --git a/src/web/static/styles/index.css b/src/web/static/styles/index.css index 83e0f96..9995249 100644 --- a/src/web/static/styles/index.css +++ b/src/web/static/styles/index.css @@ -115,28 +115,14 @@ body { background-color: #2b6ea3; } -footer p{ - word-wrap: break-word; - text-align: center; -} - -footer a { - color: white +.source-code-button { + margin-bottom: 130px; } @media (min-width: 768px) { .desc { font-size: 20px; } - - footer { - flex: 0 0 auto; - width: 100%; - background: rgba(0, 0, 0, 0.39); - position: absolute; - left: 0; - bottom: 0; - } } @media (max-width: 768px) { @@ -144,19 +130,6 @@ footer a { position: relative; min-height: 100%; } - - .source-code-button { - margin-bottom: 130px; - } - - footer { - flex: 0 0 auto; - width: 100%; - background: rgba(0, 0, 0, 0.39); - position: absolute; - left: 0; - bottom: 0; - } } @media (min-width: 1200px) { @@ -169,12 +142,4 @@ footer a { align-items: center; gap: 200px; } - - footer { - background: rgba(0, 0, 0, 0.39); - text-align: center; - padding: 1px 0; - width: 100%; - margin-top: auto; - } } \ No newline at end of file