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

>TheDJ
mNo edit summary
 
CleanupBot (talk | contribs)
m top: robot: remove incorrect protection templates
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
/* {{pp-template}} */
/* */
@media all and ( max-width: 720px ) {
@media all and ( max-width: 720px ) {
.multicol-float {
.multicol-float {

Latest revision as of 15:55, 29 January 2022

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