MediaWiki:Mobile.css: Difference between revisions

Appropriate padding depends on device
(Reduced padding a bit)
(Appropriate padding depends on device)
Line 593: Line 593:


/* Padding for mobile footer so ads don't cover important links */
/* Padding for mobile footer so ads don't cover important links */
.minerva-footer {
body.adthrive-device-phone .minerva-footer {
     padding-bottom: 50px;
    padding-bottom: 56px;
}
 
body.adthrive-device-tablet .minerva-footer,
body.adthrive-device-desktop .minerva-footer {
     padding-bottom: 96px;
}
}