From 9ac2a093d92308d09bd6877142b46cb2bbbb4136 Mon Sep 17 00:00:00 2001 From: Chris Hodapp Date: Sat, 11 Apr 2020 21:56:13 -0400 Subject: [PATCH] Got rid of annoying margins on figures? --- hugo_blag/static/css/hugo-easy-gallery.css | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo_blag/static/css/hugo-easy-gallery.css b/hugo_blag/static/css/hugo-easy-gallery.css index d78dfec..83954ff 100644 --- a/hugo_blag/static/css/hugo-easy-gallery.css +++ b/hugo_blag/static/css/hugo-easy-gallery.css @@ -59,6 +59,7 @@ figure styles figure { position:relative; /* purely to allow absolution positioning of figcaption */ overflow: hidden; + margin: 0; } .gallery figure { position: absolute;