feat(navbar): fix padding from the top of mobile navbar

This commit is contained in:
kusowl 2026-01-09 12:45:05 +05:30
parent ff31bf55d7
commit 372610065d

View File

@ -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">