瀏覽代碼

Don't restrict the width and make the margin bigger

... and relative
JC Brand 11 年之前
父節點
當前提交
64408d2e0a
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      stylesheets/stylesheet.css

+ 1 - 2
stylesheets/stylesheet.css

@@ -275,8 +275,7 @@ Full-Width Styles
 
 
 .inner {
 .inner {
   position: relative;
   position: relative;
-  max-width: 640px;
-  padding: 20px 10px;
+  padding: 20px 10%;
   margin: 0 auto;
   margin: 0 auto;
 }
 }