From 6f4cc3d86335c9fdc2e921785411e9db4d3c74b9 Mon Sep 17 00:00:00 2001 From: o-tsaruk Date: Wed, 23 Aug 2023 10:55:18 +0300 Subject: [PATCH] updated mobile screen height --- styles/Home.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/Home.module.css b/styles/Home.module.css index 7b8630e..1611492 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -74,6 +74,7 @@ } .main { - height: 80vh; + min-height: 96vh; + height: 96vh; } }