5
All checks were successful
Deploy Workshop-Wahlen (DEV / PROD) / deploy (push) Successful in 14s

This commit is contained in:
ProgrammGamer
2026-01-30 20:34:42 +01:00
parent 7a59e69960
commit 0fa4d693e5

View File

@@ -115,7 +115,7 @@
.kc-result .kc-inner { max-width:900px; margin:0 auto; padding:0 14px; box-sizing:border-box; } .kc-result .kc-inner { max-width:900px; margin:0 auto; padding:0 14px; box-sizing:border-box; }
.kc-workshops-grid { .kc-workshops-grid {
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, minmax(240px, 1fr));
gap: 18px; gap: 18px;
margin-top: 12px; margin-top: 12px;
align-items: stretch; align-items: stretch;