Ver Fonte

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

isundil há 9 anos atrás
pai
commit
de81acdf08
1 ficheiros alterados com 1 adições e 0 exclusões
  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%; }