From eb22308d3d12ccc34fe78ada955fba7a22467028 Mon Sep 17 00:00:00 2001 From: Bryan R Date: Thu, 20 Apr 2023 16:00:17 -0700 Subject: [PATCH] WS-1515 - Added max width, centering classes to page TWIG to stop > 1920px content items --- templates/page/page.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/page/page.html.twig b/templates/page/page.html.twig index b8b03cdb..466023a9 100644 --- a/templates/page/page.html.twig +++ b/templates/page/page.html.twig @@ -13,7 +13,7 @@ {% endif %} {% if page.pre_content %} -
+
{{ page.pre_content }}
@@ -21,7 +21,7 @@ {% endif %} {% if page.content %} -
+
{{ page.content }}
{% endif %}