diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_footer.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_footer.scss index 58493a3f..d5e06e85 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_footer.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_footer.scss @@ -1,4 +1,9 @@ .footer{ + + .ep-core-events & { + margin-top: 32px; + } + &:before{ content: ''; display: block; 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 f959c0ee..db9ac4de 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 @@ -140,16 +140,12 @@ } .teaserbox--country &, + .teaserbox--region &, .teaserbox--city & { min-height: 170px; overflow: hidden; } - .teaserbox--region & { - min-height: 220px; - overflow: hidden; - } - .teaserbox--hotel & { min-height: 300px; }