diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_teaserbox.scss b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_teaserbox.scss index ce6c2106..b95e9461 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_teaserbox.scss +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_teaserbox.scss @@ -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; }