From ea16d7a8ba3d976c2c015adfb715f83eee726c25 Mon Sep 17 00:00:00 2001 From: Matthias G Date: Sat, 1 Aug 2026 18:37:39 +0200 Subject: [PATCH] Align the archive rows on one grid Each row carried its own grid, so max-content measured per row and the columns drifted apart. Fixed widths line them up. --- src/components/archive/EntryRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/archive/EntryRow.tsx b/src/components/archive/EntryRow.tsx index fe7dc8d..f70c9fe 100644 --- a/src/components/archive/EntryRow.tsx +++ b/src/components/archive/EntryRow.tsx @@ -25,7 +25,7 @@ export function EntryRow({ item, showCode = true, highlight, className }: EntryR href={postPath(item.projectSlug, item.slug)} className={`group flex items-stretch gap-4 border-b border-rule py-3 no-underline last:border-b-0 ${className ?? ''}`} > - +