From f041a6afeaf5daa804c7e36dc2aadc2ca5871056 Mon Sep 17 00:00:00 2001
From: Karl <karl@k-world.me.uk>
Date: Fri, 6 Jun 2025 12:32:49 +0100
Subject: [PATCH] add padding to the lightbox

---
 templates/gallery.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/gallery.html b/templates/gallery.html
index ee648cf..680f0e6 100644
--- a/templates/gallery.html
+++ b/templates/gallery.html
@@ -55,6 +55,7 @@
             align-items: center;
             flex-direction: column;
             z-index: 999;
+            padding: 20px 0;
         }
 
         .lightbox img {