From c2e4ce2e5516f00a606fdda83e7b71ef3ed99923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Thu, 16 Jun 2022 09:03:03 +0200 Subject: [PATCH] AAI - content max width:95% (popravljeni media screeni) --- frontend/simple/css/aai.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index c6350fc04..a19aec4bf 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -13,8 +13,15 @@ body { color: #343434; } +.aai { + max-width: 95%; + margin: auto; +} + + #main { background-color: white; + } #main .main_content { max-width: unset; @@ -271,7 +278,7 @@ header nav span.lang_switch img { margin-top: 0px; margin-bottom: 25px; } -@media screen and (max-width: 955px) { +@media screen and (max-width: 1000px) { .povezave .col p { min-height: 110px; margin-bottom: 0px; @@ -510,7 +517,7 @@ input[type=button]:hover, min-height: unset; margin-bottom: 25px; } - /* @media screen and (max-width: 739px) { + /* @media screen and (max-width: 735px) { .povezave .col p { min-height: 80px; } @@ -573,7 +580,7 @@ input[type=button]:hover, -@media screen and (max-width: 700px) { +@media screen and (max-width: 740px) { body.landing_page #main .main_content { padding: 0px; @@ -857,7 +864,7 @@ input[type=button]:hover, } -@media screen and (max-width: 345px) { +@media screen and (max-width: 365px) { footer .footer_content { flex-direction: column; align-items: center;