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 { .teaserbox__image {
@@ -101,6 +104,8 @@
border-color: $color-grey-light; border-color: $color-grey-light;
border-style: none solid; border-style: none solid;
padding: 8px; padding: 8px;
display: flex;
flex-direction: column;
.teaserbox--default & { .teaserbox--default & {
min-height: 280px; min-height: 280px;
@@ -126,7 +131,7 @@
} }
.teaserbox--hotel & { .teaserbox--hotel & {
min-height: 230px; min-height: 300px;
} }
.teaserbox--product & { .teaserbox--product & {