From c4d395496246490d4a5341bf09a669e3483cdc58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 12 Sep 2019 19:45:29 +0200 Subject: [PATCH] Adjust social media teaser image dimensions --- .../Resources/Private/Assets/scss/remix/_teaserbox.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 97490456..f959c0ee 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 @@ -103,7 +103,8 @@ } &--social-media { - height: 200px; + height: 0; + padding-bottom: 100%; background-size: cover; } }