Skip to content

Commit

Permalink
Nav menu post launch (#64)
Browse files Browse the repository at this point in the history
# Problem

Add padding to bottom of menu for post launch.

closes frequency-chain/frequency-xyz#99

# Demo


https://github.com/user-attachments/assets/7c185120-f26e-4b2e-96a1-14e3a08ab623

Co-authored-by: Claire Olmstead <[email protected]>
  • Loading branch information
claireolmstead and Claire Olmstead authored Nov 21, 2024
1 parent caf0f55 commit fc31203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/features/NavMenuMobile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class="z-1 fixed left-0 top-0 z-10 flex h-0 w-[100vw] flex-col justify-between gap-f24 overflow-y-scroll bg-navy px-[12%] transition-[height] duration-[1s] peer-checked:h-[100vh] lg:hidden"
aria-expanded={isOpen}
>
<nav id="mobile-navigation" aria-label="Main" class="mb-f20 mt-[85px] flex flex-col gap-f24 text-white">
<nav id="mobile-navigation" aria-label="Main" class="mb-f48 mt-[85px] flex flex-col gap-f24 text-white">
{#each menuItems as item}
{#if item.isButton}
<Button
Expand Down

0 comments on commit fc31203

Please sign in to comment.