10.360
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 155: | Zeile 155: | ||
#bodyContent .portale { | #bodyContent .portale { | ||
max-width: 750px; | /*max-width: 750px;*/ | ||
line-height: 2.5em; | line-height: 2.5em; | ||
margin-left: 0; | margin-left: 0; | ||
Zeile 165: | Zeile 165: | ||
display: grid; | display: grid; | ||
column-gap: 15px; | column-gap: 15px; | ||
grid-template-columns: repeat( | grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)); | ||
grid-auto-rows: 1fr; | grid-auto-rows: 1fr; | ||
grid-auto-flow: row; | grid-auto-flow: row; | ||
Zeile 184: | Zeile 184: | ||
.frontpage-icon { | .frontpage-icon { | ||
white-space: nowrap; | white-space: nowrap; | ||
} | |||
.frontpage-icon a { | |||
display: block; | |||
text-align: center; | |||
} | } | ||