🐞 fix: Update padding for recent posts and change hover color for read more link
Deploy to Dreamhost (dev) / build (push) Successful in 31s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-21 12:33:54 -05:00
parent 623ba4a2a5
commit be8c05a00c
+2 -2
View File
@@ -131,7 +131,7 @@
display: flex; display: flex;
flex: 1; flex: 1;
flex-direction: column; flex-direction: column;
padding: clamp(1.5rem, 3vw, 2rem); padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2rem) 2.25rem;
} }
.recent-posts__title { .recent-posts__title {
@@ -188,7 +188,7 @@
.recent-posts__read-more:hover, .recent-posts__read-more:hover,
.recent-posts__read-more:focus { .recent-posts__read-more:focus {
color: var(--color-cwc-blue-01); color: var(--color-secondary-800) !important;
} }
.recent-posts__footer { .recent-posts__footer {