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

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
(attempting to fix col-float)
imported>Hb1290
(attempting to fix col-float)
 
(No difference)

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