From a7e13b1fa750c144f59ce9d4585e5d0662279dc4 Mon Sep 17 00:00:00 2001 From: sa6anw Date: Sun, 4 May 2025 18:28:15 +0000 Subject: [PATCH] Fix --- docs/stylesheets/extra.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 3689080..9bc8cb1 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -23,10 +23,9 @@ width: 8rem } -@media screen and (max-width: 1220px) { +@media screen and (max-width: 720px) { .md-sidebar--secondary { - display: none; + display: none !important; } } - \ No newline at end of file