Remove background color on concept detail page

This commit is contained in:
Björn Fromme
2022-03-14 18:29:14 +01:00
parent 70c4dabb26
commit 17d6804681
@@ -8,7 +8,6 @@
<f:section name="Main"> <f:section name="Main">
<f:render partial="SubpageHeader" arguments="{images: concept.headerImages, topline: concept.headerSubtitle, headline: concept.headerTitle, settings: settings}"/> <f:render partial="SubpageHeader" arguments="{images: concept.headerImages, topline: concept.headerSubtitle, headline: concept.headerTitle, settings: settings}"/>
<f:cObject typoscriptObjectPath="lib.breadcrumb"/> <f:cObject typoscriptObjectPath="lib.breadcrumb"/>
<div class="bg-ep-primary-bg py-8">
<div class="container"> <div class="container">
<f:if condition="{teasers}"> <f:if condition="{teasers}">
<div class="mb-8 lg:hidden"> <div class="mb-8 lg:hidden">
@@ -118,7 +117,6 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</f:section> </f:section>
</html> </html>