Difference between revisions of "MediaWiki:Mobile.css"

From Foundation - Wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the mobile site: .mainpage-buttons li { display: block; padding: 10px; border: 1px solid; margin: 5px; } .mainpage-buttons ul { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; }")
(No difference)

Revision as of 13:08, 2 December 2021

/* All CSS here will be loaded for users of the mobile site */
.mainpage-buttons li {
    display: block;
    padding: 10px;
    border: 1px solid;
    margin: 5px;
}

.mainpage-buttons ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 0;
}