From eb37630b5410c4b987a66adadf5b7ba5e61f3aba Mon Sep 17 00:00:00 2001 From: wr148d Date: Wed, 9 Nov 2022 10:48:37 -0500 Subject: [AAI] Fix doc config files Issue-ID: AAI-3572 Signed-off-by: wr148d Change-Id: Ieb00798efc40869710e830f464aed96ee85d2af2 --- docs/_static/css/ribbon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_static/css') diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css index 6008cb1..afb9480 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