WIP: fixes for mobile rendering #10

Draft
lilly wants to merge 1 commit from rgb-guide-mobile-fixes into main
Showing only changes of commit 694ee49e94 - Show all commits

fix <pre> rendering by explicitly setting a monospace font
All checks were successful
/ build (pull_request) Successful in 58s

lilly 2025-12-20 13:11:25 +01:00
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

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