From 9ce6ff25ea818bbecfa59afea5884e1cad99e21e Mon Sep 17 00:00:00 2001 From: Karl Date: Fri, 6 Jun 2025 12:28:39 +0100 Subject: [PATCH] add padding to the index page --- templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index b52a9df..7c18187 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,9 +22,11 @@ color: white; font-family: Arial, sans-serif; position: relative; - /* So fixed elements inside work well */ + padding-top: 20px; + padding-bottom: 20px; } + .image-container { max-width: 90vw; max-height: 80vh;