From a636eba1227b79154059b2e0d11817d61d187c80 Mon Sep 17 00:00:00 2001 From: Ruben Meyer <46384706+rxbnDE@users.noreply.github.com> Date: Sun, 24 Nov 2019 23:22:01 +0100 Subject: [PATCH] web - minimal layout update --- bin/web/views/blocks/layout.pug | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/web/views/blocks/layout.pug b/bin/web/views/blocks/layout.pug index 6095be2..fd16e9e 100644 --- a/bin/web/views/blocks/layout.pug +++ b/bin/web/views/blocks/layout.pug @@ -4,5 +4,7 @@ html(lang='en') include head.pug body(class={"error": error_page}, class=page_class) include nav.pug + div + .uk-margin-bottom block content include footer.pug