From 6d881da41466ca741c507a228af993a76df00097 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sat, 15 Jul 2017 14:49:47 -0600 Subject: [PATCH] Update style.css Fixing some spacings --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index f7c28fa..a8e53aa 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -104,7 +104,7 @@ table { /* Spacing */ -.post h1, h3, h4, h5, p, .post-body ul, #post-list li, pre { +.post h1, h3, h4, h5, p, #post-body ul, #post-list li, #post-body ol, pre { margin-bottom: 20px; }