From 35fc2fd41072e7700b8d6571f8597e8287bf302f Mon Sep 17 00:00:00 2001 From: silversword411 Date: Thu, 15 Sep 2022 17:44:46 -0400 Subject: [PATCH] docs - using more space on large screens for content --- docs/docs/stylesheets/extra.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/stylesheets/extra.css b/docs/docs/stylesheets/extra.css index ef3b605001..721e0b3357 100644 --- a/docs/docs/stylesheets/extra.css +++ b/docs/docs/stylesheets/extra.css @@ -1,3 +1,8 @@ +/* Maximum space for text block */ +.md-grid { + max-width: 95%; /* or 100%, if you want to stretch to full-width */ + } + .md-header { background-color: #0b3e81 !important; color: white !important;