Fix: Grid wirklich auf maximal 3 Karten pro Zeile begrenzt (mit max-width und Media Queries)
All checks were successful
Deploy Workshop-Wahlen (DEV / PROD) / deploy (push) Successful in 20s
All checks were successful
Deploy Workshop-Wahlen (DEV / PROD) / deploy (push) Successful in 20s
This commit is contained in:
@@ -119,6 +119,9 @@
|
|||||||
gap: 18px;
|
gap: 18px;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
max-width: 900px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
.kc-workshop-card {
|
.kc-workshop-card {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
Reference in New Issue
Block a user