From 5b83ba0814d6a046d45146e97762626700440520 Mon Sep 17 00:00:00 2001 From: wr148d Date: Mon, 31 Oct 2022 09:42:06 -0400 Subject: [AAI] Fix doc config files Issue-ID: AAI-3572 Change-Id: Icb2bce5d096d9c807aa6fe2a72243c6dc16e5028 Signed-off-by: wr148d --- docs/_static/css/ribbon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_static') diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css index 6008cb1a..afb9480d 100644 --- a/docs/_static/css/ribbon.css +++ b/docs/_static/css/ribbon.css @@ -59,5 +59,5 @@ /* fix width of the screen */ .wy-nav-content { - max-width: none; + max-width: 800px; } -- cgit 1.2.3-korg