Permanently protected template

Template:Col-float/styles.css

From Vigyanwiki
< Template:Col-float
Revision as of 00:11, 17 February 2023 by alpha>Indicwiki (Created page with "→‎{{pp-template}}: @media all and ( max-width: 720px ) { .multicol-float { width: auto !important; } } .multicol-float { width: 30em; clear: none; float: left; } .mu...")
/* {{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;
}