From e4a30797a89f5c58ad915b7077dfe509578b969c Mon Sep 17 00:00:00 2001 From: Samuel Ryan Date: Mon, 9 Nov 2015 03:18:29 +0000 Subject: [PATCH] Increases spacing on class headings --- contents/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents/style.scss b/contents/style.scss index b5acc47..98bc3a5 100644 --- a/contents/style.scss +++ b/contents/style.scss @@ -72,7 +72,7 @@ code { font-size: 14px; font-weight: bold; letter-spacing: 0.5px; - margin-bottom: 0px; + margin-bottom: 6px; } li { @@ -164,4 +164,4 @@ code { } } } -} \ No newline at end of file +}