Index: static/css/index-mobile.css |
=================================================================== |
--- a/static/css/index-mobile.css |
+++ b/static/css/index-mobile.css |
@@ -15,26 +15,48 @@ |
font-size: 24px; |
} |
#abb-banner a |
{ |
font-size: 20px; |
} |
-#video, #maxthon-instruction, #edge-teaser |
+#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; |
+} |
+ |
+#video-disclaimer |
+{ |
+ margin: 10px; |
+} |
+ |
+.no-js #video-disclaimer, |
+.show-disclaimer #video-disclaimer |
ire
2017/10/12 19:48:25
The disclaimer text was too long to be displayed o
juliandoucette
2017/10/13 12:20:10
Acknowledged.
|
+{ |
+ position: relative; |
+} |
+ |
+#video-play |
+{ |
+ width: 80px; |
+ margin-top: -40px; |
+ margin-left: -40px; |
+} |
+ |
+#maxthon-instruction, #edge-teaser |
+{ |
width: auto; |
- max-width: 515px; |
} |
#summary h1 |
{ |
font-size: 54px; |
} |
#summary h2 |