fix mobile menu margins
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -58,7 +58,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="mobile-menu"
|
<div id="mobile-menu"
|
||||||
class="hidden md:hidden pb-4 border-t border-gray-100 mt-4">
|
class="hidden md:hidden border-t border-gray-100 pb-4 pt-4">
|
||||||
<nav class="flex flex-col space-y-2">
|
<nav class="flex flex-col space-y-2">
|
||||||
<a href="/"
|
<a href="/"
|
||||||
class="text-gray-700 hover:text-blue-600 hover:bg-blue-50 px-4 py-2 rounded-lg text-sm font-medium transition-colors duration-200">
|
class="text-gray-700 hover:text-blue-600 hover:bg-blue-50 px-4 py-2 rounded-lg text-sm font-medium transition-colors duration-200">
|
||||||
|
|||||||
Reference in New Issue
Block a user