From cd4cf63ab3fa0200fc67a81522d54795d44a9e5f Mon Sep 17 00:00:00 2001 From: Jens L Date: Sun, 30 Jul 2023 17:58:29 +0200 Subject: [PATCH] website: fix sidebar sizing (#6430) Signed-off-by: Jens Langhammer --- website/src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 37813ca67..f9aeb416f 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -84,7 +84,7 @@ no-repeat; } -@media (min-width: 1416px) { +@media (min-width: 1600px) { #__docusaurus_skipToContent_fallback > div { align-self: center; max-width: 1600px;