From fc39833a8426f45552bccfec32497e7824da544b Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 20 Feb 2018 17:48:32 +0100 Subject: [PATCH] +fix layout.scss --- webpack/scss/layout.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack/scss/layout.scss b/webpack/scss/layout.scss index 849364a..f68bb4f 100644 --- a/webpack/scss/layout.scss +++ b/webpack/scss/layout.scss @@ -1,6 +1,6 @@ * { - margin: none; - padding: none; + margin: 0; + padding: 0; } body{