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

From Research Realm
Created page with "{{pp-template}}: @media all and ( max-width: 720px ) { .multicol-float { width: auto !important; } } .multicol-float { clear: none; float: left; } .multicol-float-clear { clear: both; }"
 
(No difference)

Latest revision as of 23:46, 10 December 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;
}