Skip to content

Commit

Permalink
Merge pull request #379 from ASUWebPlatforms/ws2-1515
Browse files Browse the repository at this point in the history
WS-1515 - Added classes to page TWIG to stop super-wide content items
  • Loading branch information
audreybrockhaus authored Apr 21, 2023
2 parents bbefb29 + eb22308 commit ad79a40
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 ad79a40

Please sign in to comment.