-
Dear material mkdocs community, I am learning material mkdocs and have this example https://eth-cscs.github.io/manta/basics/ I have some code in there which won't fit in the site's content section, my impressions is this could be fixes by reducing the width of the side panels Is there a way to reduce the width of the side panels? thank you very much |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Jun 17, 2024
Replies: 1 comment 1 reply
-
You can increase the size of the content area width with additional CSS: .md-grid {
max-width: 1440px;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kamilkrzyskow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can increase the size of the content area width with additional CSS: