From 69d4cf387c77d5e86c76db863856106bb926c4a0 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 9 Mar 2018 19:55:52 -0500 Subject: [PATCH] Fix margins after paragraphs and images --- theme-fred/static/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme-fred/static/css/main.css b/theme-fred/static/css/main.css index 8272465..bee8432 100644 --- a/theme-fred/static/css/main.css +++ b/theme-fred/static/css/main.css @@ -71,6 +71,7 @@ time { img { display: block; margin: auto; + margin-bottom: 15px; max-width: 75%; height: auto; border: none; @@ -84,7 +85,7 @@ blockquote { p { line-height: 30px; - margin: auto; + margin-top: auto; text-indent: 0px; }