From d0f0557aeb837a3f0a6cca5cd69bf24209716901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Mon, 29 Apr 2019 16:17:48 +0200 Subject: [PATCH] Improve social media teaserbox height --- .../Resources/Private/Assets/scss/remix/_teaserbox.scss | 2 +- 1 file changed, 1 insertion(+), 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 10aea3ac..97490456 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 @@ -192,7 +192,7 @@ } &--fixed-height { - height: 112px; + height: 100px; border-bottom: 12px solid white; overflow: hidden; }