From: Max Value Date: Wed, 8 Apr 2026 11:17:17 +0000 (+0100) Subject: Centered slideshow image X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=0dc3cc376d35e24886c0ec41996696453b89c0d8;p=chester Centered slideshow image --- diff --git a/style.css b/style.css index 9728b28..0f285cb 100644 --- a/style.css +++ b/style.css @@ -140,7 +140,7 @@ blockquote { } .slideshow > *:not(span) { display: inline-block; - width: 98%; + width: 100%; height: 100%; object-fit: contain; }