You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. is it possible to customize the css to replace @media screen and (max-width: 600px) by @media screen and (max-width: 6000px) without forking the theme
I have a Jekyll site: https://vadimkantorov.github.io/notionfun/_markdown/france.html with 100 pages .
The
body>header>div.wrapper>nav>div.trigger
shows the list of all pages, but it's too big when we have 100 pages.When the viewport is less than 600pix, the list of all pages gets replaced by a burger menu:
How can I force the site to always have the menu collapsed as burger menu style?
Thanks :)
The text was updated successfully, but these errors were encountered: