Browse Source

fixed: 33123, max-width

gemercheung 2 years ago
parent
commit
219d4ef955
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/style.css

+ 1 - 1
src/style.css

@@ -61,7 +61,7 @@ button:focus-visible {
 }
 
 #app {
-  max-width: 1280px;
+  /* max-width: 1280px; */
   margin: 0 auto;
   padding: 2rem;
   text-align: center;