hackens.org/docs/css/width_tweak.css

10 lines
165 B
CSS
Raw Permalink Normal View History

:root {
--page-width: 120em
}
@media only screen and (min-width: 70em) {
.terminal-mkdocs-main-grid {
grid-template-columns: max-content 10fr;
}
}