Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Dec 2, 2024
1 parent 9960bc1 commit 54f3584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tags/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tags.sort()
<div class="flex flex-wrap gap-y-5">
{tags.map(tag => (
<a href={`/tags/${tag}`}>
<div class="bg-[#1E262F] rounded-lg mr-6 text-xl flex items-center">
<div class="bg-[#1E262F] rounded-lg mr-6 text-lg flex items-center">
<div class="px-5 py-2">
{tag}
</div>
Expand Down

0 comments on commit 54f3584

Please sign in to comment.