소스 검색

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;
   }