AAI - content max width:95% (popravljeni media screeni)
This commit is contained in:
parent
c2e4ce2e55
commit
d49f53b4bf
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user