From d49f53b4bf74079abc8779f91fc46f84eedb89ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Thu, 16 Jun 2022 09:58:46 +0200 Subject: [PATCH] AAI - content max width:95% (popravljeni media screeni) --- frontend/simple/css/aai.css | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index a19aec4bf..362f0f7c4 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -13,11 +13,6 @@ body { color: #343434; } -.aai { - max-width: 95%; - margin: auto; -} - #main { background-color: white; @@ -44,7 +39,7 @@ header { padding-right: 0px; max-width: 1160px; - width: 100%; + width: 95%; margin: auto; } @@ -128,6 +123,7 @@ header nav span.lang_switch img { align-items: center; max-width: 1160px; + width: 95%; height: auto; padding-top: 105px; @@ -212,6 +208,7 @@ header nav span.lang_switch img { .pomembne_povezave { max-width: 1160px; + width: 95%; padding-top: 110px; padding-bottom: 105px; @@ -291,6 +288,7 @@ header nav span.lang_switch img { align-items: center; /* background-color: white; */ + background-color: unset; border: 1px solid #F07D3E; color: #F07D3E; font-size: 16px; @@ -301,7 +299,7 @@ header nav span.lang_switch img { margin: 0px auto; max-width: 165px; - background: linear-gradient(to left, white 50%, #F07D3E 50%) right; + background: linear-gradient(to left,#FCFCFC 50%, #F07D3E 50%) right; background-size: 200%; transition: .3s ease-out; @@ -324,6 +322,7 @@ footer { } footer .footer_content { max-width: 1160px; + width: 95%; margin: auto; } @@ -432,7 +431,7 @@ input[type=button]:hover, background-color: white; } - + /* -------------------------------------- */ @media screen and (max-width: 834px) { @@ -486,6 +485,7 @@ input[type=button]:hover, .pomembne_povezave { padding-top: 68px; + padding-bottom: 70px; } .povezave{ @@ -528,7 +528,7 @@ input[type=button]:hover, } footer { - padding: 0px 25px; + padding: 70px 25px 0px 25px; } footer .footer_content { @@ -868,6 +868,8 @@ input[type=button]:hover, footer .footer_content { flex-direction: column; align-items: center; + + padding: 0px; } footer .footer_content .col {