From deaa4b99179a166e75280a8d7baf21144f25a7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 6 Feb 2020 15:39:47 +0100 Subject: [PATCH] Avoid overlapping of navbar and headerimage on event pages --- .../Resources/Private/Assets/scss/remix/_pagehead.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_pagehead.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_pagehead.scss index ad80e557..0c978a59 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_pagehead.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_pagehead.scss @@ -10,6 +10,10 @@ @include mq($from: desktop) { margin-top: 80px; + + .ep-core-events & { + margin-top: 160px; + } } .frontpage & { @@ -101,6 +105,10 @@ width: auto; top: 55px; right: 120px; + + .ep-core-events & { + top: 0; + } } }