mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
style: update spacing in mobile menu
This commit is contained in:
parent
376d7c3c97
commit
21b3778f87
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue