From 61ca60c550295c75e3e3feb8061455d298c27501 Mon Sep 17 00:00:00 2001 From: Yidadaa Date: Tue, 19 Sep 2023 01:58:52 +0800 Subject: [PATCH] fix: #2817 min-height for landscape orientation on mobile phone --- app/components/home.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 77f1c8538..b836d2bec 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -6,7 +6,7 @@ color: var(--black); background-color: var(--white); min-width: 600px; - min-height: 480px; + min-height: 370px; max-width: 1200px; display: flex;