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

Unified Diff: static/scss/components/_cards.scss

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 17, 2017, 1:41 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: static/scss/components/_cards.scss
===================================================================
--- a/static/scss/components/_cards.scss
+++ b/static/scss/components/_cards.scss
@@ -31,16 +31,26 @@
margin: $sm 0 $sm 0;
@media (max-width: $mobile-breakpoint)
{
height: auto;
}
}
+.card article .card-heading
juliandoucette 2017/07/18 22:07:35 This selector is too specific (I think it only app
ire 2017/07/20 17:43:24 Same issue here. This applies to the latest blog p
juliandoucette 2017/07/24 16:02:39 Same answer. Put page specific CSS on pages not in
ire 2017/07/25 13:33:31 Done.
+{
+ height: auto;
+
+ @media (min-width: $tablet-breakpoint)
+ {
+ height: 120px;
+ }
+}
+
.card-icon
{
margin: $sm 0;
}
.center .card-icon
{
margin: $lg - $sm 0 $md 0;

Powered by Google App Engine
This is Rietveld