this repo has no description www.baileykane.co/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase space between NavBar and children.

Bailey Kane 25678199 3da09604

+1 -1
+1 -1
app/layout.tsx
··· 46 46 dark:bg-gradient-to-br dark:from-stone-900 dark:to-stone-800 47 47 text-stone-900 dark:text-stone-100" 48 48 > 49 - <div className="max-w-7xl w-full p-2 space-y-4"> 49 + <div className="max-w-7xl w-full p-2 space-y-10"> 50 50 <NavBar /> 51 51 <main>{children}</main> 52 52 </div>