From d323cb850e64d70630c51c40ae440a8ea6a56f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Mon, 15 Jan 2024 00:24:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20proper=20lightbox=20height?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/figure.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/figure.css b/css/figure.css index 5d9234a..2103972 100644 --- a/css/figure.css +++ b/css/figure.css @@ -55,7 +55,7 @@ figure.lightbox:target img { width: 100vw; height: auto; max-width: 90%; - max-height: 80%; + max-height: 80vh; padding: 2% 0; border: 0; }