From 0eb15e3bfd07fedb745001c7400c73d2a010c378 Mon Sep 17 00:00:00 2001 From: Redume Date: Tue, 1 Oct 2024 17:27:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D1=84=D1=83?= =?UTF-8?q?=D1=82=D0=B5=D1=80=20=D0=B8=D0=B7=20=D0=B7=D0=B0=20=D0=B5=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=BF=D0=BB=D0=BE=D1=85=D0=BE=D0=B9=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/page/index.html | 5 ----- src/web/static/styles/index.css | 39 ++------------------------------- 2 files changed, 2 insertions(+), 42 deletions(-) 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