From b9b7cde8afef5488e58023a3309b0a93be265976 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sun, 17 Nov 2024 19:43:37 -0500 Subject: [PATCH] fix gallery --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index f181ef4..4675278 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -183,7 +183,7 @@ iframe { max-width: 100%; } -.gallery>* { +.gallery * { max-width: 25vw; max-height: 20vw; }