MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 714: Line 714:
     align-items: center;
     align-items: center;
     flex-grow: 1;
     flex-grow: 1;
}
@media screen and (max-width:767px){
.ab-no-home .ab-col-md-for-5.ab-portal-box pre b{
display:flex;
height:70px;
font-size:12px;
}
.ab-no-home .ab-col-md-for-5.ab-portal-box pre img{
width : 80% !important;
}
.ab-no-home .ab-col-md-for-5.ab-portal-box pre{
align-items:end;
}
.ab-no-home .ab-col-md-for-5.ab-portal-box{
min-height:50px !important;
margin-bottom:10px;
padding:8px !important;
}
.ab-no-home .ab-col-md-for-5.ab-portal-box pre span{
align-items:center !important;
}
}
}