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: Implement .cards class, Fix alignment inn group-5, Minor fixes Created June 21, 2017, 7:41 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
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

Powered by Google App Engine
This is Rietveld