Template:Col-float/styles.css

From the Croc Wiki, the Croc encyclopedia
Revision as of 20:20, February 19, 2022 by DarkMatterMan4500 (talk | contribs) (7 revisions imported from wikipedia:Template:Col-float/styles.css)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
/* {{pp-template}} */
@media all and ( max-width: 720px ) {
	.multicol-float {
		width: auto !important;
	}
}
.multicol-float {
	width: 30em;
	clear: none;
	float: left;
}
.multicol-float-clear {
	clear: both;
}