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

Delta Between Two Patch Sets: includes/solutions/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 2
3 .card-summary 3 .card-summary
4 { 4 {
5 height: 90px; 5 height: auto;
6 } 6 }
7 7
8 @media(min-width: 544px) 8 @media(min-width: 544px)
9 { 9 {
10 .card-summary 10 .card-summary
11 { 11 {
12 height: 140px; 12 height: 140px;
13 } 13 }
14 } 14 }
15 15
(...skipping 17 matching lines...) Expand all
33 { 33 {
34 .card.list 34 .card.list
35 { 35 {
36 display: block; 36 display: block;
37 width: 70%; 37 width: 70%;
38 margin: 0 auto; 38 margin: 0 auto;
39 } 39 }
40 } 40 }
41 41
42 </style> 42 </style>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld