From a372b826862f10cb18b42e9d31b6402dfe77a464 Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Sajjad Date: Fri, 23 Feb 2024 17:05:13 +0000 Subject: [PATCH] Set max-wdith to none to auto increase width of the middle section --- docs/mkdocs/docs/stylesheets/extra.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/mkdocs/docs/stylesheets/extra.css b/docs/mkdocs/docs/stylesheets/extra.css index 049df29bd6..bb2170af76 100644 --- a/docs/mkdocs/docs/stylesheets/extra.css +++ b/docs/mkdocs/docs/stylesheets/extra.css @@ -3,4 +3,7 @@ --md-primary-fg-color--light: #ECB7B7; --md-primary-fg-color--dark: #90030C; } - \ No newline at end of file + +.md-grid { + max-width: none; +}