From 06b9cf92b53d5cdc2dd27c31568f0c7b6ec3647b Mon Sep 17 00:00:00 2001 From: wr148d Date: Mon, 31 Oct 2022 09:42:08 -0400 Subject: [AAI] Fix doc config files Issue-ID: AAI-3572 Change-Id: I1a7a669be209d31514a99df6df021da4ebee6922 Signed-off-by: wr148d --- docs/_static/css/ribbon.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_static') diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css index 6008cb1..7342cdc 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; +} \ No newline at end of file -- cgit 1.2.3-korg