From d9db1d4e717904ba99411674e5f92fec5425e24d Mon Sep 17 00:00:00 2001 From: parsiya Date: Sat, 27 Jan 2018 23:04:41 -0500 Subject: Fix bottom margins for codecaption and code blocks --- static/css/hugo-octopress.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/hugo-octopress.css b/static/css/hugo-octopress.css index 358c19e..37d8845 100644 --- a/static/css/hugo-octopress.css +++ b/static/css/hugo-octopress.css @@ -1381,7 +1381,7 @@ pre { -o-border-radius: 0.0em; border-radius: 0.0em; line-height: 1.45em; - margin-bottom: 0em; + margin-bottom: 0.8em; padding: 0em 0em; color: #93a1a1; font-size: 80%; /* change the code font size */ @@ -1760,7 +1760,7 @@ figure.code { background: none; padding: 0; border: 0; - margin-bottom: 1.5em + margin-bottom: 0.8em } figure.code pre { margin-bottom: 0 -- cgit v1.2.3