diff --git a/frontend/src/lib/components/ArticleCard.svelte b/frontend/src/lib/components/ArticleCard.svelte index 59e7a03..19e71df 100644 --- a/frontend/src/lib/components/ArticleCard.svelte +++ b/frontend/src/lib/components/ArticleCard.svelte @@ -107,7 +107,7 @@ across the grid, whether a card has 1, 2, or 3 tags. A hairline closes the zone. (The hero is its own layout and opts out.) */ .tile .tags { - align-items: flex-start; align-content: flex-start; + align-items: center; align-content: center; min-height: 48px; padding-bottom: 11px; margin-bottom: 2px; border-bottom: 1px solid var(--line); }