From 29e99be31e4126b867dd7263afe4d570f24cb58d Mon Sep 17 00:00:00 2001 From: Inhji Date: Sat, 7 Dec 2019 21:15:01 +0100 Subject: [PATCH] add margin between posts --- sass/base_theme.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sass/base_theme.scss b/sass/base_theme.scss index 5c5277e..bcb42d3 100644 --- a/sass/base_theme.scss +++ b/sass/base_theme.scss @@ -7,6 +7,9 @@ main#wrapper { margin-bottom: 3rem; } +article.note { + margin-bottom: 3rem; +} /*.note-container p:first-child {