MediaWiki:Mobile.css: Difference between revisions

From Καλόξύς
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
/* Show footer links that might be hidden by default */
/*.minerva .content .footer-places {
    display: block;
}
.minerva .content .footer-places li {
    display: list-item;
}*/
@media screen and (max-width: 768px) { /* Adjust the width as per MinervaNeue's breakpoint */
    .minerva .content .footer-places {
        display: block;
    }
    .minerva .content .footer-places li {
        display: list-item;
    }
}

Latest revision as of 13:17, 8 December 2024

/* All CSS here will be loaded for users of the mobile site */