Skip to content

Commit

Permalink
posts title margin top
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixripoll committed Oct 31, 2024
1 parent 989d88c commit 8141c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Posts.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const { className, posts, fluid } = Astro.props;
</ul>
</li>
</ul>*/}
<h3 class={`text-center mt-2 mb-1.5 text-lg group-hover:text-primary tracking-tight duration-300`}>
<h3 class={`text-center mt-2.5 mb-1.5 text-lg group-hover:text-primary tracking-tight duration-300`}>
{post.data.title}
</h3>
<p class="text-center px mb-6 sm:mb-5 text-sm">
Expand Down

0 comments on commit 8141c17

Please sign in to comment.