Skip to content

Commit

Permalink
WS-1515 - Added max width, centering classes to page TWIG to stop > 1…
Browse files Browse the repository at this point in the history
…920px content items
  • Loading branch information
Bryan R committed Apr 20, 2023
1 parent bbefb29 commit eb22308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/page/page.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
{% endif %}

{% if page.pre_content %}
<div class="page__pre-content">
<div class="page__pre-content center-container max-size-container">
<div class="container">
{{ page.pre_content }}
</div>
</div>
{% endif %}

{% if page.content %}
<div id="skip-to-content" class="page__content">
<div id="skip-to-content" class="page__content center-container max-size-container">
{{ page.content }}
</div>
{% endif %}
Expand Down

0 comments on commit eb22308

Please sign in to comment.