10.360
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 168: | Zeile 168: | ||
grid-auto-rows: 1fr; | grid-auto-rows: 1fr; | ||
grid-auto-flow: row; | grid-auto-flow: row; | ||
} | |||
body[lang="de-easy"] #bodyContent .portale p { | |||
grid-template-columns: repeat(3, 1fr); | |||
} | } | ||
Zeile 173: | Zeile 177: | ||
#bodyContent .portale p { | #bodyContent .portale p { | ||
grid-template-columns: repeat(auto-fit, minmax(25%, calc(906px / 4))); | 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 { | #bodyContent table { |