Streamline teaserbox height across devices
This commit is contained in:
@@ -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 & {
|
||||||
|
|||||||
Reference in New Issue
Block a user