From 9a2656a5289bee54afbaa1098cb29349c9d7f4af Mon Sep 17 00:00:00 2001 From: sa6anw Date: Sun, 4 May 2025 18:25:48 +0000 Subject: [PATCH] Fix --- docs/stylesheets/extra.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 63abcac..3689080 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -21,4 +21,12 @@ .md-sidebar { width: 8rem -} \ No newline at end of file +} + +@media screen and (max-width: 1220px) { + .md-sidebar--secondary { + display: none; + } + } + + \ No newline at end of file