Difference between revisions of "Template:Col-float/styles.css"
Jump to navigation
Jump to search
imported>Pppery |
imported>TheDJ m |
||
| (One intermediate revision by the same user not shown) | |||
| Line 7: | Line 7: | ||
.multicol-float { | .multicol-float { | ||
width: 30em; | width: 30em; | ||
| + | clear: none; | ||
| + | float: left; | ||
| + | } | ||
| + | .multicol-float-clear { | ||
| + | clear: both; | ||
} | } | ||
Latest revision as of 13:08, 14 May 2020
/* {{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;
}