diff options
author | seanbeirne <sean.beirne@est.tech> | 2022-10-25 17:36:55 +0100 |
---|---|---|
committer | Sean Beirne <sean.beirne@est.tech> | 2022-10-26 11:37:32 +0000 |
commit | 631910053a652f5c52cd624768d1a1c4fdfc3b1b (patch) | |
tree | 9a42d2aadcaa52bde43e9ea78d956735cf3acb08 /docs/_static/css | |
parent | 66cc5b46bbadf5f037b390e79a14464541bbb951 (diff) |
Finialise documentation as per doc procedure p02
Issue-ID: CPS-1321
Signed-off-by: seanbeirne <sean.beirne@est.tech>
Change-Id: Ibe269a391ac1c519693729b5e505342544913dd1
(cherry picked from commit a67e735c3dad9cbe21484fdbee44b6b16ec78595)
Diffstat (limited to 'docs/_static/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; } |