feat(navbar): fix padding from the top of mobile navbar
This commit is contained in:
parent
ff31bf55d7
commit
372610065d
@ -27,7 +27,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<!-- mobile menu btn-->
|
<!-- mobile menu btn-->
|
||||||
<div id='mobileMenu' class="hidden absolute top-0 h-[101vh] overflow-y-hidden w-[101vw] bg-gray-200 text-xl z-1 p-10 pt-20">
|
<div id='mobileMenu' class="hidden absolute top-0 h-[101vh] overflow-y-hidden w-[101vw] bg-gray-200 text-xl z-1 p-10">
|
||||||
<div class="flex justify-between mb-8">
|
<div class="flex justify-between mb-8">
|
||||||
<x-logo/>
|
<x-logo/>
|
||||||
<x-button id="closeBtn">
|
<x-button id="closeBtn">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user