nav updated

This commit is contained in:
Owen Rees
2023-06-09 16:50:32 +02:00
parent 4cf8566a59
commit 1ad2f1b306
19 changed files with 173 additions and 61 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export default function Layout({
children: React.ReactNode;
}) {
return (
<div className="h-screen bg-white font-sans leading-normal tracking-normal">
<div className="h-screen min-h-[400px] bg-white font-sans leading-normal tracking-normal">
<Navbar />
{children}
<Footer />