MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 717: Line 717:


@media screen and (max-width:767px){
@media screen and (max-width:767px){
.ab-col-md-for-5.ab-portal-box pre b{
.ab-no-home .ab-col-md-for-5.ab-portal-box pre b{
display:flex;
display:flex;
height:50px;
height:70px;
font-size:12px;
font-size:12px;
font-weight:normal !important;
}
.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;
}
}
}
}