From a1dcbe019cc0c76abdabb2a4f05a7f4a9a6241f7 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Wed, 11 Jun 2014 09:07:22 -0400 Subject: Give the comments some breathing room --- scss/style.scss | 4 ++++ style.css | 2 ++ 2 files changed, 6 insertions(+) diff --git a/scss/style.scss b/scss/style.scss index a622cef..ac58e9f 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -254,6 +254,10 @@ nav { font-size: 22px; font-style: italic; } + + .comments { + margin-top: 10px; + } } .wrapper-footer { diff --git a/style.css b/style.css index 3a82aa5..2494d01 100644 --- a/style.css +++ b/style.css @@ -221,6 +221,8 @@ nav { color: #666666; font-size: 22px; font-style: italic; } +.post .comments { + margin-top: 10px; } .wrapper-footer { margin-top: 50px; -- cgit v1.2.3