瀏覽代碼

removed padding on mobile content

chootka 10 年之前
父節點
當前提交
abc2d01bc5
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      assets/themes/bootstrap-3/css/style.css

+ 6 - 0
assets/themes/bootstrap-3/css/style.css

@@ -410,6 +410,9 @@ header h1 {
   header {
     padding-bottom: 30px;
   }
+  .content {
+    padding: 0;
+  }
   #footer p {
     font-size: .5em;
   }
@@ -426,6 +429,9 @@ header h1 {
   h1 {
     font-size: 1.75em;
   }
+  .content {
+    padding: 0;
+  }
   #footer p {
     font-size: .5em;
   }