MediaWiki:Mobile.css: Difference between revisions

From Delft Solutions
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the mobile site: #mw-head, #mw-panel { display: none; } #footer, #content { margin-left: 0; }")
(No difference)

Revision as of 06:54, 20 May 2024

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

#mw-head, #mw-panel {
	display: none;
}

#footer, #content {
	margin-left: 0;
}