Skip to content

Commit

Permalink
Tweaking header responsiveness sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackreimers committed Dec 16, 2023
1 parent f2fee59 commit d1242ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/components/layout/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<Button href="/" classes="hover:bg-gray-100">
<Icon
icon="home"
weight={500}
classes="text-gb p-1 sm:p-1.5 sm:text-3xl md:p-2 md:text-4xl"
weight={600}
classes="text-gb p-1.5 text-2xl sm:p-2 sm:text-3xl md:text-4xl"
/>
</Button>
<!--
Expand All @@ -47,8 +47,8 @@
<Button onClick={() => {}} classes="hover:bg-gray-100">
<Icon
icon="menu"
weight={500}
classes="text-gb p-1 sm:p-1.5 sm:text-3xl md:p-2 md:text-4xl"
weight={600}
classes="text-gb p-1.5 text-2xl sm:p-2 sm:text-3xl md:text-4xl"
/>
</Button>
</div>
Expand Down

0 comments on commit d1242ee

Please sign in to comment.