Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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

Template page
en>Ergzay
(This 30em was overriding the width setting in the template and also breaking some pages even without width being set)
(No difference)

Revision as of 15:52, 24 March 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;
}