Sélène Corbineau
7821dfd41f
All checks were successful
build configuration / build (push) Successful in 29s
The width of the menu bar depends on the largest item. This may be brittle.
9 lines
165 B
CSS
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;
|
|
}
|
|
}
|