Parcourir la source

fix: false window style

Yifei Zhang il y a 2 ans
Parent
commit
76a6341c7b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();