From f5ebe0df1ff32d36f961c744122e0bac81f46e23 Mon Sep 17 00:00:00 2001 From: Joseph Hutchinson Date: Fri, 23 Mar 2018 13:28:48 -0400 Subject: [PATCH] Add scroll bar to code --- static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index ea01409..85b33f1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -17,12 +17,12 @@ strong { line-height: 1.5; } .post-header { - margin: 2em 0; + margin: 1.5em 0; } .post-title { - font-size: 2em; + font-size: 1.8em; line-height: 1.2; - margin: 0; + margin: 0.4em 0; } .post-date { display: block;