From 5c201827e777013b2e3b45790fd2828c78c0813e Mon Sep 17 00:00:00 2001
From: sloane <git@sloanelybutsurely.com>
Date: Wed, 16 Apr 2025 08:21:11 -0400
Subject: [PATCH] align items to the top of the blog list rows

---
 lib/web/controllers/blog_html/index.html.heex | 2 +-
 lib/web/controllers/page_html/home.html.heex  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/web/controllers/blog_html/index.html.heex b/lib/web/controllers/blog_html/index.html.heex
index 971dc07..a687d12 100644
--- a/lib/web/controllers/blog_html/index.html.heex
+++ b/lib/web/controllers/blog_html/index.html.heex
@@ -12,7 +12,7 @@
                 <article class="h-entry">
                   <.link
                     navigate={Web.Paths.public_blog_path(blog)}
-                    class="flex justify-between items-center hover:bg-gray-50 -mx-2 px-2 py-1 rounded"
+                    class="flex justify-between hover:bg-gray-50 -mx-2 px-2 py-1 rounded"
                   >
                     <h3 class="p-name u-url">{blog.title}</h3>
                     <div class="text-gray-500 dt-published flex-shrink-0">
diff --git a/lib/web/controllers/page_html/home.html.heex b/lib/web/controllers/page_html/home.html.heex
index 6498068..a15d698 100644
--- a/lib/web/controllers/page_html/home.html.heex
+++ b/lib/web/controllers/page_html/home.html.heex
@@ -14,7 +14,7 @@
           <article class="h-entry">
             <.link
               navigate={Web.Paths.public_blog_path(blog)}
-              class="flex justify-between items-center hover:bg-gray-50 -mx-2 px-2 py-1 rounded"
+              class="flex justify-between hover:bg-gray-50 -mx-2 px-2 py-1 rounded"
             >
               <h3 class="p-name u-url">{blog.title}</h3>
               <div class="text-gray-500 dt-published flex-shrink-0">