limit text width in RTD to improve readability 43/130243/5
authorthmsdt <thomas.kulik@telekom.de>
Wed, 10 Aug 2022 13:20:17 +0000 (15:20 +0200)
committerthmsdt <thomas.kulik@telekom.de>
Wed, 10 Aug 2022 13:48:39 +0000 (15:48 +0200)
Issue-ID: DOC-798

Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: Id897eff49ce745bf422f4c205c1e1f712a3cac8c

docs/_static/css/ribbon.css

index 6008cb1..1dfe318 100644 (file)
@@ -59,5 +59,5 @@
 /* fix width of the screen */
 
 .wy-nav-content {
-    max-width: none;
+    max-width: 1280px;
 }