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

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
No edit summary
imported>Hb1290
No edit summary
Line 8: Line 8:
width: 30em;
width: 30em;
clear: none;
clear: none;
float: none;
float: inherit;
}
}
.multicol-float-clear {
.multicol-float-clear {
clear: both;
clear: both;
}
}

Revision as of 01:10, 11 June 2020

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