Difference between revisions of "Template:Col-float/styles.css"
Jump to navigation
Jump to search
imported>TheDJ m |
imported>TheDJ m |
||
| Line 7: | Line 7: | ||
.multicol-float { | .multicol-float { | ||
width: 30em; | width: 30em; | ||
| + | clear: none; | ||
| + | float: left; | ||
} | } | ||
| − | |||
.multicol-float-clear { | .multicol-float-clear { | ||
| − | 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;
}