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: Handle responsive styling Created June 22, 2017, 3:27 p.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,11 +1,42 @@
<style>
+.logos,
+.bg-accent blockquote
juliandoucette 2017/06/26 10:31:20 .bg-accent was intended to be about background col
ire 2017/06/27 08:36:29 Done.
+{
+ padding-bottom: 32px;
+}
+
+.btn-primary
juliandoucette 2017/06/26 10:31:20 See comment in styles/about (it may be unnecessary
ire 2017/06/27 08:36:29 Done.
+{
+ margin-bottom: 32px;
+}
+
+@media(min-width: 544px)
+{
+ .logos
+ {
+ padding-bottom: 96px;
+ }
+ .bg-accent blockquote
+ {
+ padding-bottom: 64px;
+ }
+ .btn-primary
+ {
+ margin-bottom: 64px;
+ }
+}
+
@media(min-width: 768px)
{
.masthead-img .embed
{
margin-top: 196px;
}
+ .btn-primary
+ {
+ margin-bottom: 96px;
+ }
}
</style>

Powered by Google App Engine
This is Rietveld