Browse Source

Bump UI max width

Thibaut 11 năm trước cách đây
mục cha
commit
945eae8a88
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      assets/stylesheets/components/_app.scss

+ 1 - 1
assets/stylesheets/components/_app.scss

@@ -1,7 +1,7 @@
 ._app {
   position: relative;
   z-index: 1;
-  max-width: 80rem;
+  max-width: 90rem;
   height: 100%;
   padding-top: $headerHeight;
   overflow: hidden;