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

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

Issue 29453600: Issue 4961 - Fix card group field alignment on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Rebase Created July 5, 2017, 9:19 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/solutions/publishers.md ('k') | pages/blog/third-update.md » ('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: 90px;
6 } 6 }
7 7
8
8 @media(min-width: 544px) 9 @media(min-width: 544px)
9 { 10 {
10 .card-summary 11 .card-summary
11 { 12 {
12 height: 140px; 13 height: 140px;
13 } 14 }
14 } 15 }
15 16
16 @media(min-width: 768px) 17 @media(min-width: 768px)
17 { 18 {
(...skipping 14 matching lines...) Expand all
32 @media(min-width: 768px) 33 @media(min-width: 768px)
33 { 34 {
34 .card.list 35 .card.list
35 { 36 {
36 display: block; 37 display: block;
37 width: 70%; 38 width: 70%;
38 margin: 0 auto; 39 margin: 0 auto;
39 } 40 }
40 } 41 }
41 42
43 @supports (display: grid)
44 {
45 .card-footer .m-t-md
46 {
47 margin-top: 0 !important;
48 }
49 }
50
42 </style> 51 </style>
OLDNEW
« no previous file with comments | « includes/solutions/publishers.md ('k') | pages/blog/third-update.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld