develop #1

Merged
linus merged 59 commits from develop into main 2026-01-30 21:54:02 +00:00
Showing only changes of commit 98c4adeab7 - Show all commits

View File

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