Template:Col-float/styles.css: Difference between revisions
Jump to navigation
Jump to search
attempting to fix col-float
imported>Hb1290 No edit summary |
imported>Hb1290 (attempting to fix col-float) |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* {{pp-template}} */ | /* {{pp-template}} */ | ||
@media all and ( max-width: | @media all and ( max-width: 720px ) { | ||
.multicol-float { | .multicol-float { | ||
width: auto !important; | width: auto !important; | ||
Line 6: | Line 6: | ||
} | } | ||
.multicol-float { | .multicol-float { | ||
width: | width: 33%; | ||
clear: none; | clear: none; | ||
float: left | float: left; | ||
} | } | ||
.multicol-float-clear { | .multicol-float-clear { | ||
clear: both; | clear: both; | ||
} | } |