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

Unified Diff: includes/tool-certification/style.html

Issue 29438582: Issue 5135 - Reduce font size and padding on smaller screens on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Fix alignment of hr under headings Created July 6, 2017, 10:25 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: includes/tool-certification/style.html
===================================================================
--- a/includes/tool-certification/style.html
+++ b/includes/tool-certification/style.html
@@ -1,10 +1,28 @@
<style>
+#logos,
+#logos-heading
+{
+ padding-bottom: 32px;
+}
+
+@media(min-width: 544px)
+{
+ #logos
+ {
+ padding-bottom: 96px;
+ }
+ #logos-heading
+ {
+ padding-bottom: 64px;
+ }
+}
+
@media(min-width: 768px)
{
.masthead-img .embed
{
margin-top: 196px;
}
}

Powered by Google App Engine
This is Rietveld