From e61fdb7f9722fa14eeb109fcfde7afcda972d7dd Mon Sep 17 00:00:00 2001 From: Corwin Date: Fri, 5 Apr 2024 22:23:35 +0100 Subject: [PATCH] make wider on mobile --- website/site/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/site/index.html b/website/site/index.html index 4f9161ff..94ad6a6d 100644 --- a/website/site/index.html +++ b/website/site/index.html @@ -118,6 +118,10 @@ .desktopHelp { display: none; } + header, + .desktopHelp { + width: 90%; + } } @media (min-width: 800px) {