docs: reduce main content max width from 1200px to 1000px

This commit is contained in:
Matias N 2021-03-26 14:47:52 -03:00 committed by Xiang Xiao
parent 96037f01d5
commit d312eb49f8

View file

@ -21,7 +21,7 @@
/* Make content wider */ /* Make content wider */
.wy-nav-content { .wy-nav-content {
max-width: 1200px !important; max-width: 1000px !important;
} }
/* Make links inside C definitions more visible */ /* Make links inside C definitions more visible */