From c258616e9588c67f0b24424c5754bc05603b3cc7 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Wed, 10 Aug 2022 15:20:17 +0200 Subject: limit text width in RTD to improve readability Issue-ID: DOC-798 Signed-off-by: thmsdt Change-Id: Id897eff49ce745bf422f4c205c1e1f712a3cac8c --- docs/_static/css/ribbon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_static') 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; } -- cgit 1.2.3-korg