Permanently protected template

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

From Vigyanwiki
< Template:Col-float
mNo edit summary
 
m (1 revision imported)
(No difference)

Revision as of 10:38, 20 July 2022

/* {{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;
}