AAI - content max width:95% (popravljeni media screeni)

This commit is contained in:
Nejc Kovač 2022-06-16 09:58:46 +02:00
parent c2e4ce2e55
commit d49f53b4bf

View File

@ -13,11 +13,6 @@ body {
color: #343434; color: #343434;
} }
.aai {
max-width: 95%;
margin: auto;
}
#main { #main {
background-color: white; background-color: white;
@ -44,7 +39,7 @@ header {
padding-right: 0px; padding-right: 0px;
max-width: 1160px; max-width: 1160px;
width: 100%; width: 95%;
margin: auto; margin: auto;
} }
@ -128,6 +123,7 @@ header nav span.lang_switch img {
align-items: center; align-items: center;
max-width: 1160px; max-width: 1160px;
width: 95%;
height: auto; height: auto;
padding-top: 105px; padding-top: 105px;
@ -212,6 +208,7 @@ header nav span.lang_switch img {
.pomembne_povezave { .pomembne_povezave {
max-width: 1160px; max-width: 1160px;
width: 95%;
padding-top: 110px; padding-top: 110px;
padding-bottom: 105px; padding-bottom: 105px;
@ -291,6 +288,7 @@ header nav span.lang_switch img {
align-items: center; align-items: center;
/* background-color: white; */ /* background-color: white; */
background-color: unset;
border: 1px solid #F07D3E; border: 1px solid #F07D3E;
color: #F07D3E; color: #F07D3E;
font-size: 16px; font-size: 16px;
@ -301,7 +299,7 @@ header nav span.lang_switch img {
margin: 0px auto; margin: 0px auto;
max-width: 165px; 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%; background-size: 200%;
transition: .3s ease-out; transition: .3s ease-out;
@ -324,6 +322,7 @@ footer {
} }
footer .footer_content { footer .footer_content {
max-width: 1160px; max-width: 1160px;
width: 95%;
margin: auto; margin: auto;
} }
@ -486,6 +485,7 @@ input[type=button]:hover,
.pomembne_povezave { .pomembne_povezave {
padding-top: 68px; padding-top: 68px;
padding-bottom: 70px;
} }
.povezave{ .povezave{
@ -528,7 +528,7 @@ input[type=button]:hover,
} }
footer { footer {
padding: 0px 25px; padding: 70px 25px 0px 25px;
} }
footer .footer_content { footer .footer_content {
@ -868,6 +868,8 @@ input[type=button]:hover,
footer .footer_content { footer .footer_content {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 0px;
} }
footer .footer_content .col { footer .footer_content .col {