瀏覽代碼

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 {
-    max-width: 47em;
+    max-width: 48em;
     padding: 0 0.5em;
     margin: 0 auto;
 }
-
 .widescreen .container { max-width: 72em; }
 
 /* very ugly overflow fix, avoid this whenever possible! */