Browse Source

removed padding on mobile content

chootka 10 years ago
parent
commit
abc2d01bc5
1 changed files with 6 additions and 0 deletions
  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;
   }