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

From CWS Planet
Jump to navigation Jump to search
en>TheDJ
m
 
m (1 revision imported)
 
(No difference)

Latest revision as of 15:29, 14 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;
}