Adjust minimum teaser height for regions
This commit is contained in:
@@ -115,12 +115,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.teaserbox--country &,
|
.teaserbox--country &,
|
||||||
.teaserbox--region &,
|
|
||||||
.teaserbox--city & {
|
.teaserbox--city & {
|
||||||
min-height: 170px;
|
min-height: 170px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.teaserbox--region & {
|
||||||
|
min-height: 220px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.teaserbox--hotel & {
|
.teaserbox--hotel & {
|
||||||
min-height: 230px;
|
min-height: 230px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user