From Wikipedia, the free encyclopedia
/* {{pp-template}} */
@media all and ( max-width: 720px ) {
.multicol-float {
float: none !important;
width: auto !important;
min-width: auto !important;
}
}
.multicol-float {
clear: none;
float: left;
}
.multicol-float-clear {
clear: both;
}