From 97c36e6da669916ef0589aae37e058e008b2e215 Mon Sep 17 00:00:00 2001 From: eclipse Date: Sun, 1 Jun 2025 19:54:42 +0200 Subject: [PATCH] removed horizontal padding from element --- the_works/static/css/the_works.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/the_works/static/css/the_works.css b/the_works/static/css/the_works.css index e783b90..9466483 100644 --- a/the_works/static/css/the_works.css +++ b/the_works/static/css/the_works.css @@ -267,6 +267,11 @@ details.imageselect > summary.imageselect-summary { } } +mark { + padding-left: 0; + padding-right: 0; +} + /* .imageselect-overlay { position: absolute;