Ensure equal heights of teasers. Again.

This commit is contained in:
Björn Fromme
2018-09-17 17:48:41 +02:00
parent e47ac753ec
commit ce421851f2
2 changed files with 5 additions and 1 deletions
@@ -1,5 +1,9 @@
.product-teaser {} .product-teaser {}
.product-teaser__description {
min-height: 100px;
}
.product-teaser__footer { .product-teaser__footer {
display: flex; display: flex;
flex-wrap: nowrap; flex-wrap: nowrap;
@@ -46,7 +46,7 @@
margin: 20px 0 40px; margin: 20px 0 40px;
@include mq($from: desktop) { @include mq($from: desktop) {
height: 420px; height: 450px;
max-width: 270px; max-width: 270px;
margin: 30px 0; margin: 30px 0;
} }