From 71e1c911488f2f4e3d08ace74964a76e1f3207f2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 30 Aug 2025 17:26:16 +0200 Subject: [PATCH] docs: wider docs page --- docs/stylesheets/ft.extra.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/stylesheets/ft.extra.css b/docs/stylesheets/ft.extra.css index 398610d4f..a921027f6 100644 --- a/docs/stylesheets/ft.extra.css +++ b/docs/stylesheets/ft.extra.css @@ -47,3 +47,8 @@ border-color: #afb8c1; box-shadow: inset 0 1px 0 rgba(175, 184, 193, 0.2); } + +.md-grid { + /* default is max-width: 61rem; */ + max-width: 75rem; +}