Streamline teaserbox height across devices

This commit is contained in:
Björn Fromme
2018-06-06 17:37:40 +02:00
parent 57446c604d
commit 5a6b5bc387
@@ -76,6 +76,9 @@
}
}
p {
flex: 1;
}
}
.teaserbox__image {
@@ -101,6 +104,8 @@
border-color: $color-grey-light;
border-style: none solid;
padding: 8px;
display: flex;
flex-direction: column;
.teaserbox--default & {
min-height: 280px;
@@ -126,7 +131,7 @@
}
.teaserbox--hotel & {
min-height: 230px;
min-height: 300px;
}
.teaserbox--product & {