From e7ba0bae9a33acaa056471daff1fa4cde7685893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Fri, 27 Sep 2019 13:39:58 +0200 Subject: [PATCH] Limit image size in banner element --- .../ep_theme/Resources/Private/Assets/scss/_disturber.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_disturber.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_disturber.scss index 033aaad9..5ed05f64 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_disturber.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_disturber.scss @@ -201,6 +201,10 @@ width:100%; border-radius: 100%; height:auto; + @include mq($until: tablet) { + max-width: 50%; + margin: 0 auto; + } } } &.ep-newsletter{