From 0dc3cc376d35e24886c0ec41996696453b89c0d8 Mon Sep 17 00:00:00 2001 From: Max Value Date: Wed, 8 Apr 2026 12:17:17 +0100 Subject: [PATCH] Centered slideshow image --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2