From 28ac5a270cb470644a0b4401c958e962c941085a Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Sun, 15 Oct 2023 20:49:38 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B1=D0=B0=D0=B3=20=D0=BD=D0=B0=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B5=20=D0=BB=D0=BE=D0=B3=D0=B8?= =?UTF-8?q?=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- login.html | 2 +- static/css/base.css | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/login.html b/login.html index 7279b7b..0fc6a82 100644 --- a/login.html +++ b/login.html @@ -33,7 +33,7 @@
-
+ Вход
diff --git a/static/css/base.css b/static/css/base.css index c1ac58d..0426cf5 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -57,3 +57,13 @@ header { .bottom-menu span { font-size: smaller; } + +#login-form { + width: 50%; +} + +@media screen and (max-width: 576px) { + #login-form { + width: 75%; + } +}