Skip to content

Commit

Permalink
fix: remove text-sm limit
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Nov 6, 2023
1 parent d172b84 commit 063a365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeaderLink.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { href, class: className, ...props } = Astro.props;
---

<li
class="block p-1 font-sans text-sm font-normal leading-normal text-inherit antialiased"
class="block p-1 font-sans font-normal leading-normal text-inherit antialiased"
>
<a class:list={[className, 'flex items-center']} href={href} {...props}>
<slot />
Expand Down

0 comments on commit 063a365

Please sign in to comment.