Index: includes/solutions/style.html |
=================================================================== |
--- a/includes/solutions/style.html |
+++ b/includes/solutions/style.html |
@@ -1,29 +1,45 @@ |
<style> |
.card-summary |
{ |
- height: 90px; |
+ height: auto; |
+} |
+ |
+.btn-container |
+{ |
+ margin-top: 16px; |
+ margin-bottom: 16px; |
} |
@media(min-width: 544px) |
{ |
.card-summary |
{ |
height: 140px; |
} |
+ .btn-container |
+ { |
+ margin-top: 32px; |
+ margin-bottom: 32px; |
+ } |
} |
@media(min-width: 768px) |
{ |
.card-summary |
{ |
height: 110px; |
} |
+ .btn-container |
+ { |
+ margin-top: 64px; |
+ margin-bottom: 64px; |
+ } |
} |
@media(min-width: 992px) |
{ |
.card-summary |
{ |
height: 160px; |
} |