IAS skin za spance - mobile popravki

This commit is contained in:
pero1203 2021-12-12 12:52:45 +01:00
parent 9328a4d0e0
commit 9ec05d7d94

View File

@ -298,11 +298,15 @@ img{
background-position: top right;
}
.outercontainer_holder.grupa_12894132 #spremenljivka_13359291 .naslov{
width: 40%;
width: 100%;
min-height: 360px;
padding-top: 50px;
}
.outercontainer_holder.grupa_12894132 #spremenljivka_13359291 .naslov p:first-child{
margin-bottom: 70px;
width: 50%;
}
/* STRAN 3 */
@ -325,12 +329,12 @@ img{
content: "";
visibility: visible;
width: 75%;
width: 100%;
height: 320px;
margin-top: -320px;
background-image: url('IAS/logos/logo_biodiversa.png'), url('IAS/logos/logo_belmont.png'), url('IAS/logos/logo_eu.png');
background-size: 300px, 300px, 130px;
background-size: 60%, 60%, 25%;
background-position: 50% 0, 50% 100px, 50% 200px;
background-repeat: no-repeat;
}
@ -341,8 +345,23 @@ img{
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column-reverse;
}
.outercontainer_holder.concl .ias_holder div{
width: 100% !important;
}
.outercontainer_holder.concl .ias_holder div img{
height: auto !important;
}
.outercontainer_holder.concl .naslov div:not(.ias_holder){
display: flex;
flex-direction: column;
align-items: center;
}
.outercontainer_holder.concl .naslov div:not(.ias_holder) img{
max-width: 60%;
}
/* Language picker */
@ -386,4 +405,4 @@ img{
}
.ias_lang_pick #ias_lang_pick_options label.active{
font-weight: 600;
}
}