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

Side by Side Diff: includes/index/style.html

Issue 29497585: Issue 4514 - Font readability on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Increase spacing on fixed heights Created July 26, 2017, 8:43 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | includes/solutions/style.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <style> 1 <style>
2 2
3 .card-summary 3 .card-summary
4 { 4 {
5 height: 36px; 5 height: 36px;
6 } 6 }
7 7
8 .item-summary 8 .item-summary
9 { 9 {
10 height: auto; 10 height: auto;
11 } 11 }
12 12
13 @media(min-width: 544px) 13 @media(min-width: 544px)
14 { 14 {
15 .item-summary 15 .item-summary
16 { 16 {
17 height: 70px; 17 height: 70px;
18 } 18 }
19 } 19 }
20 20
21 @media(min-width: 768px) 21 @media(min-width: 768px)
22 { 22 {
23 .item-summary 23 .item-summary
24 { 24 {
25 height: 120px; 25 height: 170px;
26 } 26 }
27 } 27 }
28 28
29 @media(min-width: 992px) 29 @media(min-width: 992px)
30 { 30 {
31 .item-summary 31 .item-summary
32 { 32 {
33 height: 100px; 33 height: 120px;
34 } 34 }
35 } 35 }
36 36
37 </style> 37 </style>
OLDNEW
« no previous file with comments | « no previous file | includes/solutions/style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld