From 501c38191c48c8a674778ec7e31b9d7c1df71f0b Mon Sep 17 00:00:00 2001 From: KZacharski Date: Sun, 27 Aug 2023 13:39:05 +0200 Subject: [PATCH] fixed the installation page on smaller screens --- docs/docs/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/style.css b/docs/docs/style.css index 3c06d61..aa5c57c 100644 --- a/docs/docs/style.css +++ b/docs/docs/style.css @@ -461,5 +461,6 @@ pre { } .winscreen { max-width: 100%; } .macscreen { + width: 100%; max-width: 400px; } \ No newline at end of file