From e6af8350d56014e3b41906ba3fbe74269e171416 Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 29 Sep 2022 23:02:14 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=8D=D1=84=D1=84=D0=B5=D0=BA=D1=82=20=D1=83=D0=B2?= =?UTF-8?q?=D0=B5=D0=BB=D0=B8=D1=87=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD=D0=BE=D0=B9=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/main.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 065eb2c..302ac0c 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -22,6 +22,11 @@ body { width: 46%; height: auto; margin-top: 15px; + transition: font-size 0.5s ease-in, text-shadow 1s ease-in; +} +.join_us_header:hover, .header_title:hover { + font-size: 33; + text-shadow: 0px 0px 20px #ffffff; } .article_one, .article_two, .article_three { margin-top: 5%; @@ -81,13 +86,6 @@ body { display: flex; flex-direction: column; } -.join_us_header { - transition: font-size 0.5s ease-in, text-shadow 1s ease-in; -} -.join_us_header:hover { - font-size: 34; - text-shadow: 0px 0px 20px #ffffff; -} .join_us_login_block { width: 80%; margin-left: 10%;