Template:Col-float/styles.css

From Empire of Dragons
< Template:Col-float
Revision as of 15:52, 24 March 2024 by Wikipedia>Ergzay (This 30em was overriding the width setting in the template and also breaking some pages even without width being set)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp-template}} */
@media all and ( max-width: 720px ) {
	.multicol-float {
		width: auto !important;
	}
}
.multicol-float {
	clear: none;
	float: left;
}
.multicol-float-clear {
	clear: both;
}