From 0eb4f0dcec94d890fdd0cbe79508804deb22ca8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Thu, 16 Jun 2022 08:31:18 +0200 Subject: [PATCH] AAI - popravljen header --- frontend/simple/css/aai.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 626563b57..c6350fc04 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -29,13 +29,16 @@ body.landing_page #content.aai #main { background-image: none; } + header { - height: unset; - padding-top: unset; -} -header .header_container{ height: unset; padding-top: 13px; + padding-left: 0px; + padding-right: 0px; + + max-width: 1160px; + width: 100%; + margin: auto; } @@ -203,7 +206,7 @@ header nav span.lang_switch img { .pomembne_povezave { max-width: 1160px; padding-top: 110px; - padding-bottom: 210px; + padding-bottom: 105px; margin: auto; } @@ -310,6 +313,7 @@ header nav span.lang_switch img { footer { /* max-width: 1160px; margin: auto; */ + padding-top: 105px; } footer .footer_content { max-width: 1160px; @@ -428,6 +432,8 @@ input[type=button]:hover, header { margin: none; + padding-left: 25px; + padding-right: 29px; } /* header - arnes logo fix */ @@ -664,7 +670,7 @@ input[type=button]:hover, position: relative; - bottom: 30px; + bottom: 15px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg);