@media (max-width: 750px) { :root { --sidebar-size: 75vw; } #content { min-width: calc(100vw - 100px); } /* Make content not scrollable */ #content-container { overflow: hidden; } }