From d498178b6a3c5b46ae5de96ff3963042173cc23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 25 Apr 2018 16:44:00 +0200 Subject: [PATCH] Adjust minimum teaser height for regions --- .../Resources/Private/Assets/scss/remix/_teaserbox.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }