align items to the top of the blog list rows
This commit is contained in:
parent
59f07d579b
commit
5c201827e7
2 changed files with 2 additions and 2 deletions
lib/web/controllers
|
@ -12,7 +12,7 @@
|
||||||
<article class="h-entry">
|
<article class="h-entry">
|
||||||
<.link
|
<.link
|
||||||
navigate={Web.Paths.public_blog_path(blog)}
|
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>
|
<h3 class="p-name u-url">{blog.title}</h3>
|
||||||
<div class="text-gray-500 dt-published flex-shrink-0">
|
<div class="text-gray-500 dt-published flex-shrink-0">
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<article class="h-entry">
|
<article class="h-entry">
|
||||||
<.link
|
<.link
|
||||||
navigate={Web.Paths.public_blog_path(blog)}
|
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>
|
<h3 class="p-name u-url">{blog.title}</h3>
|
||||||
<div class="text-gray-500 dt-published flex-shrink-0">
|
<div class="text-gray-500 dt-published flex-shrink-0">
|
||||||
|
|
Loading…
Reference in a new issue