Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/css/index-mobile.css

Issue 29695555: Fixes #6 - Add media mention banner (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Updated max-width Created Feb. 22, 2018, 8:52 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: static/css/index-mobile.css
===================================================================
--- a/static/css/index-mobile.css
+++ b/static/css/index-mobile.css
@@ -25,16 +25,21 @@
-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-container
+{
+ margin-bottom: 20px;
+}
+
#video-disclaimer
{
margin: 10px;
}
.no-js #video-disclaimer,
.show-disclaimer #video-disclaimer
{

Powered by Google App Engine
This is Rietveld