From 3377d1c4726b66bd7c4a8c01cb9a850d968d8b0d Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Mon, 5 Jan 2015 18:22:08 +0100 Subject: [PATCH] Increase a bit the margin of imgs --- dillinger.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dillinger.css b/dillinger.css index 59a703f..3570213 100644 --- a/dillinger.css +++ b/dillinger.css @@ -1747,9 +1747,11 @@ img { height: auto; margin-left: auto; margin-right: auto; - max-width: 40em; + margin-bottom: 1em; + max-width: 40em; border: 1px solid #373D49; padding: .2em; + } .g { display: block }