From 4423f3702d9436cd6d1e5cf7bb34bdf0b45c4a5c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 7 May 2019 17:21:34 +0100 Subject: [PATCH] Remove body_classes block --- source/_layouts/base.html.twig | 2 +- source/_layouts/front.html.twig | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig index dda282a2f..4d9f911dd 100644 --- a/source/_layouts/base.html.twig +++ b/source/_layouts/base.html.twig @@ -7,7 +7,7 @@ -
+
{% include 'banner' %} {% block content_wrapper %} diff --git a/source/_layouts/front.html.twig b/source/_layouts/front.html.twig index fdf8f6771..9c11d90b6 100644 --- a/source/_layouts/front.html.twig +++ b/source/_layouts/front.html.twig @@ -1,3 +1 @@ {% extends 'base' %} - -{% block body_classes 'tw-h-full tw-flex tw-flex-col' %}