diff options
author | 2022-10-31 09:42:08 -0400 | |
---|---|---|
committer | 2022-11-07 09:45:49 -0500 | |
commit | 06b9cf92b53d5cdc2dd27c31568f0c7b6ec3647b (patch) | |
tree | f2eadf3ab253faf1d8462750fbe6871b0efd5a1a /docs/_static/css | |
parent | f57d4e4c8c71501d8a365f1ce6931be930b97912 (diff) |
[AAI] Fix doc config files
Issue-ID: AAI-3572
Change-Id: I1a7a669be209d31514a99df6df021da4ebee6922
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'docs/_static/css')
-rw-r--r-- | docs/_static/css/ribbon.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 |