From 6cffb16dfafecb0327295372784cbc5ed6bbe7f8 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 5 Jun 2020 16:03:58 +0200 Subject: [PATCH] _layouts: skip left-right padding (px-3 class) --- _layouts/default.html | 2 +- _layouts/error.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 61dbf7e..4e8cdbc 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,7 +2,7 @@ {% include head.html %} -
+
{% include header.html %} diff --git a/_layouts/error.html b/_layouts/error.html index 3dea149..ffe9f0f 100644 --- a/_layouts/error.html +++ b/_layouts/error.html @@ -2,7 +2,7 @@ {% include head.html %} -
+
{% include header.html %}