summaryrefslogtreecommitdiffstats
path: root/docs/_static
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2022-08-10 15:20:17 +0200
committerthmsdt <thomas.kulik@telekom.de>2022-08-10 15:48:39 +0200
commitc258616e9588c67f0b24424c5754bc05603b3cc7 (patch)
tree87b87b9ff6ba1741402692ca859893197a47b423 /docs/_static
parentc0b8d0cfcf18bf3395a368692e611c97e7ab74b3 (diff)
limit text width in RTD to improve readability
Issue-ID: DOC-798 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: Id897eff49ce745bf422f4c205c1e1f712a3cac8c
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/css/ribbon.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css
index 6008cb1a0..1dfe318db 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: 1280px;
}