Permanently protected template

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

From Vigyanwiki
< Template:Col-float
(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...")
m (1 revision imported from alpha:Template:Col-float/styles.css)
 
(No difference)

Latest revision as of 10:33, 29 April 2023

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