Skip to content

Commit

Permalink
fix: hamburger alignment on mobile size
Browse files Browse the repository at this point in the history
  • Loading branch information
niccofyren committed Dec 3, 2024
1 parent 86492bf commit 61f526b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const NAVIGATION: NavItem[] = [
class="flex justify-between items-center py-1 px-5 max-w-7xl mb-8 justify-self-center w-full mx-auto bg-backgroundSecondary sm:rounded-xl sm:mx-5 sm:mt-2 sm:mb-8 sm:w-auto xl:mx-auto xl:w-full"
>
<nav class="w-full">
<div class="relative h-16 flex items-center">
<div class="relative h-16 flex items-center justify-between">
<a href="/" class="sm:flex gap-x-4 items-center hidden">
<img
src="/images/tglogo-bw.png"
Expand Down

0 comments on commit 61f526b

Please sign in to comment.