This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit d312eb49f813cd00d081519feb43a15d5b4922a6 Author: Matias N <[email protected]> AuthorDate: Fri Mar 26 14:47:52 2021 -0300 docs: reduce main content max width from 1200px to 1000px --- Documentation/_static/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/_static/custom.css b/Documentation/_static/custom.css index f525eeb..7d0464e 100644 --- a/Documentation/_static/custom.css +++ b/Documentation/_static/custom.css @@ -21,7 +21,7 @@ /* Make content wider */ .wy-nav-content { - max-width: 1200px !important; + max-width: 1000px !important; } /* Make links inside C definitions more visible */
