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

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
(Undo revision 1434 by Hb1290 (talk))
imported>Hb1290
(attempting to fix col-float)
 
(33 intermediate revisions by the same user not shown)
Line 6: Line 6:
}
}
.multicol-float {
.multicol-float {
width: 25em;
width: 33%;
clear: none;
clear: none;
float: left;
float: left;
align-items: center;
}
}
.multicol-float-clear {
.multicol-float-clear {
clear: both;
clear: both;
}
}

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;
}