diff options
author | seanbeirne <sean.beirne@est.tech> | 2022-10-25 17:36:55 +0100 |
---|---|---|
committer | seanbeirne <sean.beirne@est.tech> | 2022-10-26 11:15:47 +0100 |
commit | a67e735c3dad9cbe21484fdbee44b6b16ec78595 (patch) | |
tree | d46d883c0a846b431daea99b600a65b2fa6367e7 /docs/_static | |
parent | 6527ea75a82c9862a89623bae67d3ee30ae85a07 (diff) |
Finialise documentation as per doc procedure p02
Issue-ID: CPS-1321
Signed-off-by: seanbeirne <sean.beirne@est.tech>
Change-Id: Ibe269a391ac1c519693729b5e505342544913dd1
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; } |