From b33e5292b1dbeb7cc8371f999ea84680f72c0ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 13 Jun 2018 13:10:31 +0200 Subject: [PATCH] Adjust newsletterform height in mobile view --- .../Resources/Private/Assets/scss/remix/_newsletterform.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_newsletterform.scss b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_newsletterform.scss index 1d079f63..b6741395 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_newsletterform.scss +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_newsletterform.scss @@ -1,6 +1,6 @@ .newsletterform { border: none; - height: 120px; + height: 150px; @include mq($from: tablet) { height: 75px;