allow auto height on grid carousel

This commit is contained in:
jeffvli
2025-11-16 15:07:27 -08:00
parent 820a4efc76
commit 99dea8891e
@@ -18,7 +18,6 @@
display: grid;
grid-template-columns: repeat(var(--cards-to-show, 2), minmax(0, 1fr));
gap: var(--theme-spacing-md);
height: calc(var(--row-count) * (100cqw / var(--cards-to-show, 2) + 3rem));
overflow: hidden;
}