Adjust minimum teaser height for regions

This commit is contained in:
Björn Fromme
2018-04-25 16:44:00 +02:00
parent a3f0d8af91
commit d498178b6a
@@ -115,12 +115,16 @@
}
.teaserbox--country &,
.teaserbox--region &,
.teaserbox--city & {
min-height: 170px;
overflow: hidden;
}
.teaserbox--region & {
min-height: 220px;
overflow: hidden;
}
.teaserbox--hotel & {
min-height: 230px;
}