Browse Source

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

Yidadaa 1 year ago
parent
commit
61ca60c550
1 changed files with 1 additions and 1 deletions
  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;