🐞 fix: Adjust height of vector bg container
Deploy to Dreamhost (dev) / build (push) Successful in 2m31s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-21 07:56:05 -05:00
parent add96a2953
commit 623ba4a2a5
+1 -1
View File
@@ -3,7 +3,7 @@
.recent-posts {
--recent-posts-card-bg: color-mix(in oklch, var(--color-cwc-blue-03) 30%, white);
--recent-posts-gap: clamp(1.5rem, 3vw, 3rem);
--recent-posts-vector-height: clamp(31rem, 40vw, 37.875rem);
--recent-posts-vector-height: calc(clamp(31rem, 40vw, 37.875rem) + 5rem);
background: var(--color-white);
overflow: hidden;