From 10c9adc8909b2ea917833e4468f4014b58e86441 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Sat, 14 Nov 2015 12:12:09 +0100 Subject: [PATCH] add margin to paragraphs This seperates them a bit from each other and makes it more readable. --- themes/zero/static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/zero/static/css/style.css b/themes/zero/static/css/style.css index 48e0e5e..e0a7fe9 100644 --- a/themes/zero/static/css/style.css +++ b/themes/zero/static/css/style.css @@ -149,3 +149,6 @@ body > .entry > header { margin: 0.5em; margin-left: 1.5em; } +section > p { + margin-bottom: 1.00rem; +}