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

Side by Side Diff: includes/solutions/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 | « includes/index/style.html ('k') | static/css/main.css » ('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: auto; 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: 180px;
13 } 13 }
14 } 14 }
15 15
16 @media(min-width: 768px) 16 @media(min-width: 768px)
17 { 17 {
18 .card-summary 18 .card-summary
19 { 19 {
20 height: 110px; 20 height: 130px;
21 } 21 }
22 } 22 }
23 23
24 @media(min-width: 992px) 24 @media(min-width: 992px)
25 { 25 {
26 .card-summary 26 .card-summary
27 { 27 {
28 height: 160px; 28 height: 180px;
29 } 29 }
30 } 30 }
31 31
32 @media(min-width: 768px) 32 @media(min-width: 768px)
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>
OLDNEW
« no previous file with comments | « includes/index/style.html ('k') | static/css/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld