Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Feb 4, 2025
1 parent b7fd231 commit 3906a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Note.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tags.sort()
<span class="text-5xl mb-4 font-bold">{title}</span>
<div class="flex flex-wrap">
<span class="text-[#7E8C9A] text-lg flex items-center gap-2">
<Icon name="mdi:calendar-month" width="30" height="30"/> {publishedDate}
<Icon name="mdi:calendar-month" width="25" height="25"/> {publishedDate}
</span>
</div>
</div>
Expand Down

0 comments on commit 3906a98

Please sign in to comment.