From a4394a52148c7b721403f28bcb7726561ff9582e Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 16 Jul 2024 23:16:04 -0600 Subject: [PATCH] Add stylesheets/extra.css --- stylesheets/extra.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 stylesheets/extra.css diff --git a/stylesheets/extra.css b/stylesheets/extra.css new file mode 100644 index 0000000..3b5f43c --- /dev/null +++ b/stylesheets/extra.css @@ -0,0 +1,3 @@ +.md-grid { + max-width: initial; +} \ No newline at end of file