MarioWiki:Introduction 2/styles.css

From the Super Mario Wiki, the Mario encyclopedia
< MarioWiki:Introduction 2
Revision as of 10:19, August 25, 2023 by Porplemontage (talk | contribs) (Created page with "@media all and (max-width: 719px) { .Intro2Section { float: none !important; width: auto !important; border: 0 !important; padding: 0 !important; margin-left: 0 !important; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
@media all and (max-width: 719px) {
	.Intro2Section {
		float: none !important;
		width: auto !important;
		border: 0 !important;
		padding: 0 !important;
		margin-left: 0 !important;
	}
}