diff options
author | thmsdt <thomas.kulik@telekom.de> | 2022-08-11 13:05:18 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2022-08-15 11:29:05 +0200 |
commit | 65bec69096b0a2ef18cd72d87b89757da4ae1906 (patch) | |
tree | 476e24f31652b96e4c4882a604dc45337e814bb7 /docs/_static/css/ribbon.css | |
parent | cb58877ab3d3e54d6ad22dc348064e75bf0957a1 (diff) |
improve navigation and readability
Issue-ID: DOC-798
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: Ib4f8246d548a77885c5f6c5457ce2c3b20e275b6
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 1dfe318db..afb9480d6 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: 1280px; + max-width: 800px; } |