From 1fd6b320a4f0dd408577b27c204961f9e8007ef5 Mon Sep 17 00:00:00 2001 From: Indigo5684 <159226326+Indigo5684@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:19:42 -0500 Subject: [PATCH] Extra CSS --- docs/stylesheets/extra.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/stylesheets/extra.css diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..5332ba4 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,5 @@ +/* Maximum space for text block */ +.md-grid { + max-width: 100%; /* or 100%, if you want to stretch to full-width */ +} + \ No newline at end of file