From c1f079c7a0f24b48a4a8aaf5321de2b736351c03 Mon Sep 17 00:00:00 2001 From: Nathan Nguyen <159226326+Indigo5684@users.noreply.github.com> Date: Tue, 8 Apr 2025 10:11:54 -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