From 24b39675d1890ff408d5fe2aacd9cc8c394098f2 Mon Sep 17 00:00:00 2001 From: wh1te909 <7434746+wh1te909@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:20:35 +0000 Subject: [PATCH] was a bit too wide --- docs/stylesheets/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index db54bb49..720463e3 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,6 +1,6 @@ /* Maximum space for text block */ .md-grid { - max-width: 95%; /* or 100%, if you want to stretch to full-width */ + max-width: 75%; /* or 100%, if you want to stretch to full-width */ } .md-header {