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%;