style: update spacing in mobile menu

This commit is contained in:
Youwen Wu 2024-04-03 22:18:50 -07:00
parent 376d7c3c97
commit 21b3778f87
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -33,7 +33,7 @@
</span> </span>
<Separator class="h-1 rounded-3xl mt-1 dark:bg-zinc-500" /> <Separator class="h-1 rounded-3xl mt-1 dark:bg-zinc-500" />
</Drawer.Title> </Drawer.Title>
<div class="grid grid-cols-1 my-10 gap-2"> <div class="grid grid-cols-1 my-10 gap-4">
<Drawer.Close asChild let:builder> <Drawer.Close asChild let:builder>
<Button <Button
variant="link" variant="link"