diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 48014e4..466acc8 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -148,11 +148,11 @@ a:hover, a:active{ footer{ - background-color:black; - color:white; + background-color: black; + color: white; text-align: center; - min-height: 260px; - padding-top: 50px; + min-height: 225px; + padding-top: 40px; } footer .container{ max-width: 1070px; @@ -1983,8 +1983,8 @@ p.right{text-align: right;} } .aw_logo{ - opacity:0.5; - margin-top: 50px; + opacity: 0.5; + margin-top: 15px; text-align: right; } .aw_logo a{ -- libgit2 0.21.4