styles.css: Porovnání verzí
Z TEST Wiki
Bez shrnutí editace |
Bez shrnutí editace |
||
| Řádek 3: | Řádek 3: | ||
.columns-start .column { | .columns-start .column { | ||
/* @noflip */ | /* @noflip */ | ||
column-gap: 2em; | |||
float: left; | float: left; | ||
min-width: 20em; | min-width: 20em; | ||
Verze z 30. 10. 2023, 20:25
/* {{pp-template}} */
@media (min-width: 720px) {
.columns-start .column {
/* @noflip */
column-gap: 2em;
float: left;
min-width: 20em;
}
.columns-2 .column {
width: 50%;
}
.columns-3 .column {
width: 33.3%;
}
.columns-4 .column {
width: 25%;
}
.columns-5 .column {
width: 20%;
}
}