Ensure equal heights of teasers. Again.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
.product-teaser {}
|
||||
|
||||
.product-teaser__description {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.product-teaser__footer {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
margin: 20px 0 40px;
|
||||
|
||||
@include mq($from: desktop) {
|
||||
height: 420px;
|
||||
height: 450px;
|
||||
max-width: 270px;
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user