diff options
author | wr148d <wr148d@att.com> | 2022-11-09 10:45:38 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-11-09 11:23:32 -0500 |
commit | e3dc0167581c0a47bdafdf466c88f0dde554bb65 (patch) | |
tree | 1f9d66cc5c5c6034cc01c8fe63389a24dec94291 /docs/_static/css/ribbon.css | |
parent | 21a59387deedaead37f34d9f6fb1d8d1bc8b738e (diff) |
[AAI] Fix doc config files
Issue-ID: AAI-3572
Change-Id: I8785063995fae4c8417e515928c0237bcd935c9f
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'docs/_static/css/ribbon.css')
-rw-r--r-- | docs/_static/css/ribbon.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |