From 21673b4cccf2de0206b39e9ce28b0d3e627cfbb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Fri, 3 Jan 2020 10:07:12 +0100 Subject: [PATCH] Streamline teaser height --- .../Resources/Private/Assets/scss/remix/_teaserbox.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_teaserbox.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_teaserbox.scss index f959c0ee..db9ac4de 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_teaserbox.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_teaserbox.scss @@ -140,16 +140,12 @@ } .teaserbox--country &, + .teaserbox--region &, .teaserbox--city & { min-height: 170px; overflow: hidden; } - .teaserbox--region & { - min-height: 220px; - overflow: hidden; - } - .teaserbox--hotel & { min-height: 300px; }