Browse Source

feat: wider app body

Yidadaa 1 year ago
parent
commit
09fd743e2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/components/home.module.scss

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

@@ -10,7 +10,7 @@
   background-color: var(--white);
   min-width: 600px;
   min-height: 480px;
-  max-width: 900px;
+  max-width: 1200px;
 
   display: flex;
   overflow: hidden;