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

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

Issue 29374562: Issue 4514 - Improved font readability on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Created Feb. 4, 2017, 4:59 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
« no previous file with comments | « includes/index/style.html ('k') | includes/users/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: 90px; 5 height: 140px;
6 }
7
8 @media(min-width: 544px)
9 {
10 .card-summary
11 {
12 height: 140px;
13 }
14 }
15
16 @media(min-width: 768px)
17 {
18 .card-summary
19 {
20 height: 110px;
21 }
22 } 6 }
23 7
24 @media(min-width: 992px) 8 @media(min-width: 992px)
25 { 9 {
26 .card-summary 10 .card-summary
27 { 11 {
28 height: 160px; 12 height: 230px;
29 } 13 }
30 } 14 }
31 15
32 @media(min-width: 768px) 16 @media(min-width: 768px)
33 { 17 {
34 .card.list 18 .card.list
35 { 19 {
36 display: block; 20 display: block;
37 width: 70%; 21 width: 70%;
38 margin: 0 auto; 22 margin: 0 auto;
39 } 23 }
40 } 24 }
41 25
42 </style> 26 </style>
OLDNEW
« no previous file with comments | « includes/index/style.html ('k') | includes/users/style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld