From c8c701b643894e908eb377b049eeb2f32e1ee009 Mon Sep 17 00:00:00 2001 From: Redume Date: Sun, 22 Sep 2024 18:42:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=81=D1=82=D1=8B=D0=BB=D1=8C=20?= =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=D0=B0=20=D1=84=D1=83=D1=82=D0=B5=D1=80?= =?UTF-8?q?=D0=B0.=20=D0=9D=D0=B5=20=D0=B2=D0=B5=D0=B7=D0=B4=D0=B5=20?= =?UTF-8?q?=D0=BE=D0=BD=D0=BE=20=D0=BF=D1=80=D0=B8=D0=B6=D0=B8=D0=BC=D0=B0?= =?UTF-8?q?=D0=BB=D0=BE=D1=81=D1=8C=20=D0=BA=20=D0=BD=D0=B8=D0=B7=D1=83=20?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=B5=20=D0=B2=D0=B5=D0=B7=D0=B4=D0=B5=20=D0=B1?= =?UTF-8?q?=D1=8B=D0=BB=D0=B8=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8=20=D1=84?= =?UTF-8?q?=D1=83=D1=82=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/static/styles/index.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/web/static/styles/index.css b/src/web/static/styles/index.css index fdbe926..b1e7a89 100644 --- a/src/web/static/styles/index.css +++ b/src/web/static/styles/index.css @@ -98,6 +98,15 @@ footer a { .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) { @@ -128,11 +137,10 @@ footer a { } footer { - flex: 0 0 auto; - width: 100%; background: rgba(0, 0, 0, 0.39); - position: absolute; - left: 0; - bottom: 0; + text-align: center; + padding: 1px 0; + width: 100%; + margin-top: auto; } } \ No newline at end of file