Jump to content

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

This 30em was overriding the width setting in the template and also breaking some pages even without width being set
 
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)

Revision as of 15:08, 15 May 2025

/* {{pp-template}} */
@media all and ( max-width: 720px ) {
	.multicol-float {
		width: auto !important;
	}
}
.multicol-float {
	clear: none;
	float: left;
}
.multicol-float-clear {
	clear: both;
}