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; |