From 315f10babfc750e25dc68b0a7d74bbf3a058da51 Mon Sep 17 00:00:00 2001 From: amodolo Date: Mon, 15 Oct 2018 21:54:27 +0200 Subject: [PATCH] fixed content padding on small and medium size --- views/layout.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.pug b/views/layout.pug index cfc6303..c6acb51 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -14,7 +14,7 @@ html(lang='') body include partials/header - .container + .container.pl-sm-0.pr-sm-0.pl-lg-3.pr-lg-3 include partials/flash block content