From 20d3bbce0cfa111b7bf1f0da176b2fe5a72b0f5c Mon Sep 17 00:00:00 2001 From: Logan Edwards Date: Tue, 25 Aug 2015 15:55:55 -0400 Subject: [PATCH] Fix margin spacing error --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index c44e711..a2eb322 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -227,7 +227,7 @@ em, i { font-style: italic; } } .post h1 { - margin-bottom:2 0px; + margin-bottom: 20px; color: #222; font: 300 32px/1.4em "Helvetica Neue", Helvetica,Arial,sans-serif; } @@ -641,4 +641,4 @@ h2.month { .post h2.headline { font-size: 13px; } .post h1 { font-size:24px; } .post h2 { font-size:20px; } -} \ No newline at end of file +}