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: 1920px ) {
@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: 25em;
width: 33%;
clear: none;
clear: none;
float: left;
float: left;
align-items: center;
}
}
.multicol-float-clear {
.multicol-float-clear {
clear: both;
clear: both;
}
}
Anonymous user

Navigation menu