Merge branch 'master' of https://git.1ka.si/git/1ka
This commit is contained in:
commit
03238d610e
@ -13,8 +13,10 @@ body {
|
|||||||
color: #343434;
|
color: #343434;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
||||||
}
|
}
|
||||||
#main .main_content {
|
#main .main_content {
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
@ -29,13 +31,16 @@ body.landing_page #content.aai #main {
|
|||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
header {
|
header {
|
||||||
height: unset;
|
|
||||||
padding-top: unset;
|
|
||||||
}
|
|
||||||
header .header_container{
|
|
||||||
height: unset;
|
height: unset;
|
||||||
padding-top: 13px;
|
padding-top: 13px;
|
||||||
|
padding-left: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
|
|
||||||
|
max-width: 1160px;
|
||||||
|
width: 95%;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -118,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;
|
||||||
@ -202,8 +208,9 @@ 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: 210px;
|
padding-bottom: 105px;
|
||||||
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
@ -268,7 +275,7 @@ header nav span.lang_switch img {
|
|||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 955px) {
|
@media screen and (max-width: 1000px) {
|
||||||
.povezave .col p {
|
.povezave .col p {
|
||||||
min-height: 110px;
|
min-height: 110px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
@ -281,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;
|
||||||
@ -291,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;
|
||||||
|
|
||||||
@ -310,9 +318,11 @@ header nav span.lang_switch img {
|
|||||||
footer {
|
footer {
|
||||||
/* max-width: 1160px;
|
/* max-width: 1160px;
|
||||||
margin: auto; */
|
margin: auto; */
|
||||||
|
padding-top: 105px;
|
||||||
}
|
}
|
||||||
footer .footer_content {
|
footer .footer_content {
|
||||||
max-width: 1160px;
|
max-width: 1160px;
|
||||||
|
width: 95%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -421,13 +431,15 @@ input[type=button]:hover,
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -------------------------------------- */
|
/* -------------------------------------- */
|
||||||
|
|
||||||
@media screen and (max-width: 834px) {
|
@media screen and (max-width: 834px) {
|
||||||
|
|
||||||
header {
|
header {
|
||||||
margin: none;
|
margin: none;
|
||||||
|
padding-left: 25px;
|
||||||
|
padding-right: 29px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* header - arnes logo fix */
|
/* header - arnes logo fix */
|
||||||
@ -473,6 +485,7 @@ input[type=button]:hover,
|
|||||||
|
|
||||||
.pomembne_povezave {
|
.pomembne_povezave {
|
||||||
padding-top: 68px;
|
padding-top: 68px;
|
||||||
|
padding-bottom: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.povezave{
|
.povezave{
|
||||||
@ -504,7 +517,7 @@ input[type=button]:hover,
|
|||||||
min-height: unset;
|
min-height: unset;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
/* @media screen and (max-width: 739px) {
|
/* @media screen and (max-width: 735px) {
|
||||||
.povezave .col p {
|
.povezave .col p {
|
||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
}
|
}
|
||||||
@ -515,7 +528,7 @@ input[type=button]:hover,
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
padding: 0px 25px;
|
padding: 70px 25px 0px 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .footer_content {
|
footer .footer_content {
|
||||||
@ -567,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 {
|
body.landing_page #main .main_content {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
@ -664,7 +677,7 @@ input[type=button]:hover,
|
|||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|
||||||
bottom: 30px;
|
bottom: 15px;
|
||||||
|
|
||||||
-webkit-transform: rotate(0deg);
|
-webkit-transform: rotate(0deg);
|
||||||
-moz-transform: rotate(0deg);
|
-moz-transform: rotate(0deg);
|
||||||
@ -851,10 +864,12 @@ input[type=button]:hover,
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 345px) {
|
@media screen and (max-width: 365px) {
|
||||||
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user