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

From WikiMD's Wellness Encyclopedia
en>Ergzay
This 30em was overriding the width setting in the template and also breaking some pages even without width being set
 
m Reverted edits by Prab (talk) to last revision by [[User:en>Ergzay|en>Ergzay]]
(No difference)

Revision as of 19:50, 30 April 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;
}