Skip to content

Commit

Permalink
fix: update post link styles in posts component
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Jun 1, 2024
1 parent 20ed03a commit 07541e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/posts.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="mb-3 flex flex-col space-y-1">
<a
href={`/post/${post.slug}`}
class="w-max text-lg font-medium decoration-neutral-500 decoration-dotted underline-offset-[5px] duration-150 hover:underline hover:opacity-80"
class="text-md md:text-lg font-medium decoration-neutral-500 decoration-dotted underline-offset-[5px] duration-150 hover:underline hover:opacity-80"
>
{post.title}
</a>
Expand Down

0 comments on commit 07541e3

Please sign in to comment.