From 24b07443934b951fb2e663719906836b53a84500 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 14 Oct 2024 16:44:19 +0200 Subject: [PATCH] screenshots no longer buggy on mobile --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0bc36c4..0b157e5 100644 --- a/style.css +++ b/style.css @@ -74,6 +74,6 @@ div.error { img.ss { margin: auto; display: inline-block; - width: 45%; + width: min(calc(45vw - 1.5em), calc(350px - 1.5em)); margin: 0.5em; }