From 58036c7ab92950776205211a76b3bed99456a323 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 2 Jul 2020 18:13:04 +0100 Subject: [PATCH] Fix collapsing page widths Fix inconsistent page widths on some pages such as blog and talks, by adding a width (i.e. a `w-full` class) as well as a maximum width. --- web/themes/custom/opdavies/templates/layout/page.html.twig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/opdavies/templates/layout/page.html.twig b/web/themes/custom/opdavies/templates/layout/page.html.twig index 94784f9..f8687eb 100644 --- a/web/themes/custom/opdavies/templates/layout/page.html.twig +++ b/web/themes/custom/opdavies/templates/layout/page.html.twig @@ -78,7 +78,12 @@ -
+
{{ page.secondary_menu }}