diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_base.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_base.scss
index 045e3c50..b4939c78 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_base.scss
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_base.scss
@@ -222,13 +222,12 @@ h4 {
text-transform: uppercase;
font-weight: 300;
letter-spacing: 2px;
- line-height: 32px;
- margin-bottom: -25px;
+ line-height: 24px;
+ padding-bottom: 8px;
@include mq($from: tablet) {
- display: inline-block;
- line-height: 50px;
- margin-bottom: 0;
+ line-height: 40px;
+ padding-bottom: 0;
font-size: 16px;
}
}
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Header/Header.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Header/Header.html
index b0e0be6b..bc62745d 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Header/Header.html
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Header/Header.html
@@ -31,12 +31,12 @@