styles.css: Porovnání verzí
Z Wiki JU
Bez shrnutí editace |
Bez shrnutí editace |
||
| Řádek 1: | Řádek 1: | ||
/* {{pp-template}} */ | /* {{pp-template}} */ | ||
@media (min-width: | @media (min-width: 650px) { | ||
.columns-start .column { | .columns-start .column { | ||
/* @noflip */ | /* @noflip */ | ||
float: left; | float: left; | ||
} | |||
.columns-1 .column { | |||
width: 100%; | |||
} | } | ||
.columns-2 .column { | .columns-2 .column { | ||
width: | width: 45%; | ||
padding-right: 5%; | |||
} | } | ||
.columns-3 .column { | .columns-3 .column { | ||
width: | width: 30%; | ||
padding-right: 3.3%; | |||
} | } | ||
.columns-4 .column { | .columns-4 .column { | ||
width: | width: 23%; | ||
padding-right: 2%; | |||
} | } | ||
.columns-5 .column { | .columns-5 .column { | ||
width: | width: 18%; | ||
padding-right: 2%; | |||
} | } | ||
} | } | ||
Verze z 30. 10. 2023, 20:36
/* {{pp-template}} */
@media (min-width: 650px) {
.columns-start .column {
/* @noflip */
float: left;
}
.columns-1 .column {
width: 100%;
}
.columns-2 .column {
width: 45%;
padding-right: 5%;
}
.columns-3 .column {
width: 30%;
padding-right: 3.3%;
}
.columns-4 .column {
width: 23%;
padding-right: 2%;
}
.columns-5 .column {
width: 18%;
padding-right: 2%;
}
}