瀏覽代碼

Bump UI max width

Thibaut 11 年之前
父節點
當前提交
945eae8a88
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;