소스 검색

Default theme: Fix default container width

Daniel Rudolf 9 년 전
부모
커밋
f9f998af65
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      themes/default/style.css

+ 1 - 2
themes/default/style.css

@@ -52,11 +52,10 @@ body { display: flex; flex-direction: column; }
 }
 }
 
 
 .container {
 .container {
-    max-width: 47em;
+    max-width: 48em;
     padding: 0 0.5em;
     padding: 0 0.5em;
     margin: 0 auto;
     margin: 0 auto;
 }
 }
-
 .widescreen .container { max-width: 72em; }
 .widescreen .container { max-width: 72em; }
 
 
 /* very ugly overflow fix, avoid this whenever possible! */
 /* very ugly overflow fix, avoid this whenever possible! */