Skip to content

Commit

Permalink
Update Post component layout
Browse files Browse the repository at this point in the history
  • Loading branch information
altugbakan committed Dec 23, 2023
1 parent 718c5c3 commit 83e9e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Post.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { post } = Astro.props;
className="text-gray-500 dark:text-gray-400 text-sm"
/>
</p>
<div class="flex flex-row items-center gap-2">
<div class="flex flex-row items-start gap-2">
<a
href={`/blog/${post.slug}`}
class="hover:underline"
Expand Down

0 comments on commit 83e9e56

Please sign in to comment.