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

Delta Between Two Patch Sets: 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
Left Patch Set: Handle responsive styling Created June 22, 2017, 3:27 p.m.
Right Patch Set: Fix alignment of hr under headings Created July 6, 2017, 10:25 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 <style> 1 <style>
2 2
3 .logos, 3 #logos,
4 .bg-accent blockquote 4 #logos-heading
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 { 5 {
6 padding-bottom: 32px; 6 padding-bottom: 32px;
7 } 7 }
8 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) 9 @media(min-width: 544px)
15 { 10 {
16 .logos 11 #logos
17 { 12 {
18 padding-bottom: 96px; 13 padding-bottom: 96px;
19 } 14 }
20 .bg-accent blockquote 15 #logos-heading
21 { 16 {
22 padding-bottom: 64px; 17 padding-bottom: 64px;
23 }
24 .btn-primary
25 {
26 margin-bottom: 64px;
27 } 18 }
28 } 19 }
29 20
30 @media(min-width: 768px) 21 @media(min-width: 768px)
31 { 22 {
32 .masthead-img .embed 23 .masthead-img .embed
33 { 24 {
34 margin-top: 196px; 25 margin-top: 196px;
35 } 26 }
36 .btn-primary
37 {
38 margin-bottom: 96px;
39 }
40 } 27 }
41 28
42 </style> 29 </style>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld