소스 검색

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;