New mobile menu.

This commit is contained in:
Mike Cao 2025-10-14 21:57:31 -07:00
parent be5f0494cc
commit 10bc2895eb
6 changed files with 90 additions and 32 deletions

View file

@ -12,6 +12,7 @@ export function WebsiteLayout({ websiteId, children }: { websiteId: string; chil
<Grid columns={{ xs: '1fr', lg: 'auto 1fr' }} width="100%" height="100%">
<Column
display={{ xs: 'none', lg: 'flex' }}
width="240px"
height="100%"
border="right"
backgroundColor