10.362
Bearbeitungen
Änderungen
keine Bearbeitungszusammenfassung
grid-auto-rows: 1fr;
grid-auto-flow: row;
}
body[lang="de-easy"] #bodyContent .portale p {
grid-template-columns: repeat(3, 1fr);
}
#bodyContent .portale p {
grid-template-columns: repeat(auto-fit, minmax(25%, calc(906px / 4)));
}
body[lang="de-easy"] #bodyContent .portale p {
grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3), calc(906px / 4))));
}
}
#bodyContent table {