From 2c6026f97625e5e7f092157e67b78eed992083aa Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Mon, 9 Mar 2020 14:18:12 +0100 Subject: [PATCH] decrease margin for standalone figure --- static/css/snap-gallery.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/snap-gallery.css b/static/css/snap-gallery.css index 32fcdcf..9993a4b 100644 --- a/static/css/snap-gallery.css +++ b/static/css/snap-gallery.css @@ -7,7 +7,7 @@ figure { max-width: 90%; - margin: 30px auto 40px; + margin: 10px auto; display: block; text-align: center; }