styles.css: Porovnání verzí
Z Wiki JU
Bez shrnutí editace |
Bez shrnutí editace |
||
Řádek 8: | Řádek 8: | ||
.columns-2 .column { | .columns-2 .column { | ||
width: | width: 50%; | ||
} | } | ||
Verze z 30. 10. 2023, 20:07
/* {{pp-template}} */ @media (min-width: 720px) { .columns-start .column { /* @noflip */ 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%; } }