Template:Col-float/styles.css: Difference between revisions

From 1F616EMO Survival Server Wiki
(This 30em was overriding the width setting in the template and also breaking some pages even without width being set)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 13:21, 20 June 2024

/* {{pp-template}} */
@media all and ( max-width: 720px ) {
	.multicol-float {
		width: auto !important;
	}
}
.multicol-float {
	clear: none;
	float: left;
}
.multicol-float-clear {
	clear: both;
}