Index: static/css/index-mobile.css |
=================================================================== |
--- a/static/css/index-mobile.css |
+++ b/static/css/index-mobile.css |
@@ -23,18 +23,22 @@ |
#video, #maxthon-instruction, #edge-teaser |
{ |
-webkit-box-sizing: border-box; |
-moz-box-sizing: border-box; |
-ms-box-sizing: border-box; |
-o-box-sizing: border-box; |
box-sizing: border-box; |
margin: 20px 0; |
+ max-width: 515px; |
+} |
+ |
+#maxthon-instruction, #edge-teaser |
+{ |
width: auto; |
- max-width: 515px; |
} |
#summary h1 |
{ |
font-size: 54px; |
} |
#summary h2 |