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