Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Feb 18, 2022
1 parent f09affd commit 24b6493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/templates/page/_content.html.twig
Expand Up @@ -45,8 +45,8 @@
{% block content_part %}
{% if pw(page).mainContent.contentParts %}
{% for contentPart in pw(page).mainContent.contentParts %}
<div class="py-12 px-3 {{ cycle([page_delimiter_cycle|default('bg-gray-200'), ''], loop.index0) }}">
<div class="prose mx-auto">
<div class="{{ cycle([page_delimiter_cycle|default('bg-gray-200'), ''], loop.index0) }}">
<div class="{{ content_container_class|default('prose mx-auto py-12 px-3') }}">
{{ contentPart|raw }}
</div>
</div>
Expand Down

0 comments on commit 24b6493

Please sign in to comment.