From c1762337197b2ed141f54b69489fc19fbeb8d932 Mon Sep 17 00:00:00 2001 From: yokomac Date: Tue, 19 Mar 2024 13:47:24 +0900 Subject: [PATCH] Update Home.module.css --- src/styles/Home.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/Home.module.css b/src/styles/Home.module.css index 3aed163..ee6e6dc 100644 --- a/src/styles/Home.module.css +++ b/src/styles/Home.module.css @@ -10,6 +10,8 @@ justify-content: space-between; align-items: center; min-height: 100%; + position: fixed; + left: 0; } .naviContent {