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--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;
} }