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: Created May 16, 2017, 4:26 a.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:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 <style> 1 <style>
2
3 #logos,
4 #logos-heading
5 {
6 padding-bottom: 32px;
7 }
8
9 @media(min-width: 544px)
10 {
11 #logos
12 {
13 padding-bottom: 96px;
14 }
15 #logos-heading
16 {
17 padding-bottom: 64px;
18 }
19 }
2 20
3 @media(min-width: 768px) 21 @media(min-width: 768px)
4 { 22 {
5 .masthead-img .embed 23 .masthead-img .embed
6 { 24 {
7 margin-top: 196px; 25 margin-top: 196px;
8 } 26 }
9 } 27 }
10 28
11 </style> 29 </style>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld