From d312eb49f813cd00d081519feb43a15d5b4922a6 Mon Sep 17 00:00:00 2001 From: Matias N Date: Fri, 26 Mar 2021 14:47:52 -0300 Subject: [PATCH] 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 f525eeb12a..7d0464e674 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 */