Index: includes/solutions/style.html |
=================================================================== |
--- a/includes/solutions/style.html |
+++ b/includes/solutions/style.html |
@@ -4,33 +4,33 @@ |
{ |
height: auto; |
} |
@media(min-width: 544px) |
{ |
.card-summary |
{ |
- height: 140px; |
+ height: 180px; |
} |
} |
@media(min-width: 768px) |
{ |
.card-summary |
{ |
- height: 110px; |
+ height: 130px; |
} |
} |
@media(min-width: 992px) |
{ |
.card-summary |
{ |
- height: 160px; |
+ height: 180px; |
} |
} |
@media(min-width: 768px) |
{ |
.card.list |
{ |
display: block; |