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

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
(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...")
imported>Hb1290
(attempting to fix col-float)
 
(17 intermediate revisions by the same user not shown)
Line 6: Line 6:
}
}
.multicol-float {
.multicol-float {
width: 30em;
width: 33%;
clear: none;
clear: none;
float: left;
float: left;

Latest revision as of 06:34, 14 October 2022

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