MediaWiki
Mobile.css: Difference between revisions
From Grouse House Wiki
No edit summary Tags: mobile web edit mobile edit |
No edit summary Tags: mobile web edit mobile edit |
||
Line 4: | Line 4: | ||
margin-left: 5em !important; | margin-left: 5em !important; | ||
margin-right: 5em !important; | margin-right: 5em !important; | ||
} | |||
a { | |||
color: red; | |||
} | } |
Revision as of 01:06, 19 January 2024
/* All CSS here will be loaded for users of the mobile site */ .mw-body, #mw-data-after-content { margin-left: 5em !important; margin-right: 5em !important; } a { color: red; }