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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <style> 1 <style>
2 2
3 .logos,
4 .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.
5 {
6 padding-bottom: 32px;
7 }
8
9 .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.
10 {
11 margin-bottom: 32px;
12 }
13
14 @media(min-width: 544px)
15 {
16 .logos
17 {
18 padding-bottom: 96px;
19 }
20 .bg-accent blockquote
21 {
22 padding-bottom: 64px;
23 }
24 .btn-primary
25 {
26 margin-bottom: 64px;
27 }
28 }
29
3 @media(min-width: 768px) 30 @media(min-width: 768px)
4 { 31 {
5 .masthead-img .embed 32 .masthead-img .embed
6 { 33 {
7 margin-top: 196px; 34 margin-top: 196px;
8 } 35 }
36 .btn-primary
37 {
38 margin-bottom: 96px;
39 }
9 } 40 }
10 41
11 </style> 42 </style>
OLDNEW

Powered by Google App Engine
This is Rietveld