Skip to content

Commit

Permalink
menu mobile styles
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-luna-ray committed Feb 27, 2024
1 parent 94194f5 commit 81f825b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
<div class='divider'></div>
<!-- Menu Btn -->
<div class="absolute z-10 right-[3.5rem] bg-theme p-[1rem]">
<div class="absolute z-10 right-0 md:right-[1.5rem] lg:right-[3rem] bg-theme p-[1rem]">
<IconHamburger class="hover:cursor-pointer" @click="isMenuOpen.set(!$isMenuOpen)"/>
</div>
</div>
Expand Down

0 comments on commit 81f825b

Please sign in to comment.