MediaWiki
Mobile.css: Difference between revisions
From Grouse House Wiki
(Created page with "→All CSS here will be loaded for users of the mobile site: .mw-body, #mw-data-after-content { margin-left: 10em; margin-right: 5em; }") Tags: mobile web edit mobile edit |
No edit summary Tags: mobile web edit mobile edit |
||
Line 2: | Line 2: | ||
.mw-body, #mw-data-after-content { | .mw-body, #mw-data-after-content { | ||
margin-left: | margin-left: 5em; | ||
margin-right: 5em; | margin-right: 5em; | ||
} | } |
Revision as of 01:03, 19 January 2024
/* All CSS here will be loaded for users of the mobile site */ .mw-body, #mw-data-after-content { margin-left: 5em; margin-right: 5em; }