Template:Col-float/styles.css

From The Maceys in California
Revision as of 21:57, 26 January 2026 by Lynn Macey (talk | contribs) (Lynn changed the content model of the page Template:Col-float/styles.css from "wikitext" to "Sanitized CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
@media all and ( max-width: 720px ) {
	.multicol-float {
		float: none !important;
		width: auto !important;
		min-width: auto !important;
	}
}
.multicol-float {
	clear: none;
	float: left;
}
.multicol-float-clear {
	clear: both;
}