From 6bfecdbdb94b9dbd88ba0569b56d1c076be86b6d Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Tue, 16 Nov 2021 22:00:04 +0100 Subject: [PATCH] ctest --- docs/static/extra.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/static/extra.css b/docs/static/extra.css index f0ca04e4..1af38a48 100644 --- a/docs/static/extra.css +++ b/docs/static/extra.css @@ -23,6 +23,10 @@ h1 { /* If you want the content area to always stretch to the available screen space, reset max-width with the following CSS: */ -.md-grid { +/*.md-grid { max-width: initial; +}*/ + +.md-grid { + max-width: 1440px; }