Browse Source

fix: false window style

Yifei Zhang 2 years ago
parent
commit
76a6341c7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/components/home.module.scss

+ 1 - 1
app/components/home.module.scss

@@ -27,7 +27,7 @@
 
 .tight-container {
   --window-width: 100vw;
-  --window-height: 100vw;
+  --window-height: 100vh;
 
   @include container();