From abbb5e222dc00ca4c76e648d28894a5b7657039a Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 8 Jul 2025 00:09:19 +0200 Subject: [PATCH] Fix CSS formatting in index.css by removing unnecessary whitespace after closing code block, ensuring cleaner styling and consistency across the stylesheet. --- src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index b08ac1b..aca0be1 100644 --- a/src/index.css +++ b/src/index.css @@ -56,4 +56,5 @@ body.MuiModal-open { code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; -} +} +