MediaWiki:Mobile.css: Difference between revisions

From Yogstation-13
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the mobile site: .wiki-mainpage-column { float: unset !important; width: unset !important; }")
(No difference)

Revision as of 17:22, 6 February 2022

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

.wiki-mainpage-column {
    float: unset !important;
    width: unset !important;
}