From de00175f06ae4e18f107a94777b75351a3e7d0da Mon Sep 17 00:00:00 2001 From: constantinos Date: Sat, 15 Jul 2023 17:00:25 +0300 Subject: [PATCH] Reveret upper margin of figcaption to 0rem (from negative) --- .../Drawwell/SandpointsTheme/static/css/site.min.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/site.min.css b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/site.min.css index 0dd3409..789e3ec 100644 --- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/site.min.css +++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/site.min.css @@ -469,7 +469,7 @@ figcaption {/*edited by anybody*/ margin-left:1rem; font-size: 75%; margin-bottom:1rem; - margin-top: -0.7rem; /*negative top margin so that it's colser to the image*/ + margin-top: 0rem; /*negative top margin so that it's colser to the image*/ } h2+p:first-letter{