From f08e7d335a9373911e9ce8550c9f414208201481 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 11 Nov 2025 15:35:28 -0500 Subject: [PATCH] fix: align dates --- public/styles/posts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/styles/posts.css b/public/styles/posts.css index 9b17119..67f35ae 100644 --- a/public/styles/posts.css +++ b/public/styles/posts.css @@ -80,7 +80,7 @@ article h3, position: relative; display: flex; justify-content: space-between; - align-items: baseline; + align-items: center; } article h1,