Index: includes/solutions/style.html |
=================================================================== |
--- a/includes/solutions/style.html |
+++ b/includes/solutions/style.html |
@@ -1,15 +1,16 @@ |
<style> |
.card-summary |
{ |
height: 90px; |
} |
+ |
@media(min-width: 544px) |
{ |
.card-summary |
{ |
height: 140px; |
} |
} |
@@ -34,9 +35,17 @@ |
.card.list |
{ |
display: block; |
width: 70%; |
margin: 0 auto; |
} |
} |
+@supports (display: grid) |
+{ |
+ .card-footer .m-t-md |
+ { |
+ margin-top: 0 !important; |
+ } |
+} |
+ |
</style> |