Fix CSS formatting in index.css by removing unnecessary whitespace after closing code block, ensuring cleaner styling and consistency across the stylesheet.

This commit is contained in:
seb
2025-07-08 00:09:19 +02:00
parent c216154bd7
commit abbb5e222d

View File

@@ -56,4 +56,5 @@ body.MuiModal-open {
code { code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace; monospace;
} }