Skip to content

Commit

Permalink
remove site header button medium font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonWingerAir committed Jan 4, 2024
1 parent fa80931 commit 84c65e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Site/SiteHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Menu as="div" class="relative ml-3">
<div>
<MenuButton class="relative flex rounded-md bg-cyan-500 hover:bg-cyan-600 border-1 border-neutral-800 md:border-neutral-700 text-sm focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-800 pt-1 pb-2 px-3">
<a href="https://brandonwinger-air.com" target="_blank" class="md:uppercase text-base text-white font-medium">
<a href="https://brandonwinger-air.com" target="_blank" class="md:uppercase text-base text-white">
<span class="hidden md:inline-block">Main</span> Portfolio 💼
</a>
</MenuButton>
Expand Down

0 comments on commit 84c65e9

Please sign in to comment.