浏览代码

Merge pull request #342 from ErickMR19/patch-1

Update style.css
Daniel Rudolf 9 年之前
父节点
当前提交
2678473e09
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      themes/default/style.css

+ 2 - 1
themes/default/style.css

@@ -214,7 +214,8 @@ dd {
 /* Structure Styles
 /*---------------------------------------------*/
 .inner {
-    width: 850px;
+    width: 100%;
+    max-width: 850px;
     margin: 0 auto;
 }