From b75e9046abcf9b035122333763f8a87102debb5c Mon Sep 17 00:00:00 2001 From: yokomac Date: Tue, 19 Mar 2024 14:30:30 +0900 Subject: [PATCH] Update Home.module.css --- src/styles/Home.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/Home.module.css b/src/styles/Home.module.css index d7ea5b8..0c13305 100644 --- a/src/styles/Home.module.css +++ b/src/styles/Home.module.css @@ -8,7 +8,7 @@ display: flex; flex-direction: column; align-items: center; - min-height: 100%; + height: 100vh; position: sticky; top: 0; }