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
(Undo revision 1434 by Hb1290 (talk))
Line 8: Line 8:
width: 25em;
width: 25em;
clear: none;
clear: none;
float: left;
align-items: center;
align-items: center;
}
}

Revision as of 07:08, 11 June 2020

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