Difference between revisions of "Template:Col-float/styles.css"
Jump to navigation
Jump to search
imported>Great Brightstar (←Created page with '@media all and ( max-width: 720px ) { .multicol-float { width: 100% !important; } }') |
imported>Great Brightstar m |
||
| Line 1: | Line 1: | ||
@media all and ( max-width: 720px ) { | @media all and ( max-width: 720px ) { | ||
.multicol-float { | .multicol-float { | ||
| − | width: | + | width: auto !important; |
} | } | ||
| + | } | ||
| + | .multicol-float { | ||
| + | width: 30em; | ||
} | } | ||
Revision as of 09:48, 1 April 2019
@media all and ( max-width: 720px ) {
.multicol-float {
width: auto !important;
}
}
.multicol-float {
width: 30em;
}