From 92c887720164c1923f287d3a6a1a300f725f03c7 Mon Sep 17 00:00:00 2001 From: Corwin Date: Sat, 6 Apr 2024 02:17:01 +0100 Subject: [PATCH] we should be overwriting max width --- website/site/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/site/index.html b/website/site/index.html index 82ed6be7..0d64fece 100644 --- a/website/site/index.html +++ b/website/site/index.html @@ -120,7 +120,7 @@ } header, .desktopHelp { - width: 90%; + max-width: 90%; } }