Template:Col-float/styles.css
< Template:Col-float
Jump to navigation
Jump to search
Revision as of 13:08, 14 May 2020 by imported>TheDJ
/* {{pp-template}} */
@media all and ( max-width: 720px ) {
.multicol-float {
width: auto !important;
}
}
.multicol-float {
width: 30em;
clear: none;
float: left;
}
.multicol-float-clear {
clear: both;
}