瀏覽代碼

fix: #2817 min-height for landscape orientation on mobile phone

Yidadaa 1 年之前
父節點
當前提交
61ca60c550
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/components/home.module.scss

+ 1 - 1
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;