From 6d780c24c41a9e226e17a8063e73b1fc3e4fa0a9 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Tue, 29 May 2018 17:39:50 +0200 Subject: [PATCH] Add more vertical space before/after the content --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index b3d4db2..5d0f011 100644 --- a/style.scss +++ b/style.scss @@ -14,7 +14,7 @@ $layout-break: "(min-width: #{$column-width + $grace-space})"; @media #{$layout-break} { body { width: $column-width; - margin: 0 auto; + margin: 40px auto; } }