Explorar el Código

fix: false window style

Yifei Zhang hace 2 años
padre
commit
76a6341c7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();