diff options
author | wr148d <wr148d@att.com> | 2022-10-31 09:42:06 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-11-09 09:52:45 -0500 |
commit | 5b83ba0814d6a046d45146e97762626700440520 (patch) | |
tree | 020798e93a78dd1d72847803174c8bbb0f58ee65 /docs/_static | |
parent | 58f0fd2f6ef58de52e1f9a73540c1bb895c0d6e6 (diff) |
[AAI] Fix doc config files
Issue-ID: AAI-3572
Change-Id: Icb2bce5d096d9c807aa6fe2a72243c6dc16e5028
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'docs/_static')
-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; } |