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

This commit is contained in:
ProgrammGamer
2026-01-30 20:37:35 +01:00
parent 98c4adeab7
commit 154be87aae

View File

@@ -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;