Jump to content

MediaWiki:Mobile.css: Difference between revisions

From Pyrrwiki
No edit summary
No edit summary
 
Line 2: Line 2:


.infobox.mobile {
.infobox.mobile {
     width: 100%;
     width: 100% !important;
     margin-top: 0.5rem;
     margin-top: 0.5rem !important;
}
}

Latest revision as of 17:22, 29 June 2025

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

.infobox.mobile {
    width: 100% !important;
    margin-top: 0.5rem !important;
}