소스 검색

[Refs #2][quickfix] css margin on responsive view

isundil 9 년 전
부모
커밋
de81acdf08
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      www/css/style.css

+ 1 - 0
www/css/style.css

@@ -31,6 +31,7 @@ input[type="submit"] { display: inline-block; margin: 10px 0; padding: 10px; bor
 
 @media screen and (max-width: 1024px) {
     body { margin: 0 10px 50px 10px; text-align: center; }
+    .section-content { margin: 0; text-align: center; }
     .section { display: block; width: 100%; margin: 15px 0; float: none; }
     .input-group { text-align: left; }
     .input-group span { width: 100%; }