diff --git a/static/css/hugo-easy-gallery.css b/static/css/hugo-easy-gallery.css index 5d628ae..0931b64 100644 --- a/static/css/hugo-easy-gallery.css +++ b/static/css/hugo-easy-gallery.css @@ -153,8 +153,10 @@ figcaption styles .fancy-figure.caption-effect-slide.caption-position-center figure:not(:hover) figcaption { top: 100%; } -figcaption p { - margin: auto; /* override style in theme */ - font-size: 1em; +.post-content figure figcaption p, +.post-content .gallery figcaption p, +.post-content .fancy-figure figcaption p { + margin: 0px 0px 0px 0px; /* override style in theme */ + font-size: 0.8em; }