소스 검색

increase max-width

Riccardo Balbo 3 년 전
부모
커밋
5aa7c2f8d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      static/css/style.less

+ 1 - 1
static/css/style.less

@@ -1001,7 +1001,7 @@ body {
 
 // A width that is not too wide.
 .responsiveWidth {
-    max-width: 1110px;
+    max-width: 1400px;
     width: 99vw;
     margin-left: auto;
     margin-right: auto;