diff --git a/src/components/layout/Layout.module.css b/src/components/layout/Layout.module.css index 38eba88b..54d57553 100644 --- a/src/components/layout/Layout.module.css +++ b/src/components/layout/Layout.module.css @@ -1,6 +1,6 @@ .container { display: flex; - height: 100%; + height: 100vh; } /* TODO: fix flex settings so navbar doesn't get squished */