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