styles.css: Porovnání verzí
Z TEST Wiki
Bez shrnutí editace |
Bez shrnutí editace |
||
| Řádek 6: | Řádek 6: | ||
} | } | ||
.multicol-float { | .multicol-float { | ||
width: | width: 35em; | ||
clear: none; | clear: none; | ||
float: left; | float: left; | ||
Verze z 30. 10. 2023, 21:07
/* {{pp-template}} */
@media all and ( max-width: 720px ) {
.multicol-float {
width: auto !important;
}
}
.multicol-float {
width: 35em;
clear: none;
float: left;
}
.multicol-float-clear {
clear: both;
}