hackens.org/docs/css/width_tweak.css
Sélène Corbineau 7821dfd41f
All checks were successful
build configuration / build (push) Successful in 29s
feat(layout): More reasonnable column sizes
The width of the menu bar depends on the largest item.
This may be brittle.
2024-11-08 11:02:03 +01:00

9 lines
165 B
CSS

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