Compare commits

..

1 commit

Author SHA1 Message Date
694ee49e94
fix <pre> rendering by explicitly setting a monospace font
All checks were successful
/ build (pull_request) Successful in 58s
2025-12-20 13:11:27 +01:00

View file

@ -105,7 +105,7 @@
}
pre {
overflow-x: scroll;
font-family: monospace;
}
}