From a8f429c9eee9a616ea7806f3fa060c1b6d15022d Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Mon, 16 Oct 2023 21:13:48 -0700 Subject: [PATCH] Fixed page height. --- src/components/layout/Page.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/layout/Page.module.css b/src/components/layout/Page.module.css index 80789360..52893157 100644 --- a/src/components/layout/Page.module.css +++ b/src/components/layout/Page.module.css @@ -7,4 +7,5 @@ max-width: 1320px; margin: 0 auto; padding: 0 20px; + min-height: calc(100vh - 60px); }