fix code block

This commit is contained in:
Gabriel 2025-07-23 19:34:52 -04:00
parent 119257ce13
commit d242f97d42

View file

@ -386,7 +386,8 @@ code {
font-family: monospace;
color: var(--color-accent);
white-space: break-spaces;
word-wrap: normal;
word-wrap: break-word;
max-width:100%;
}
article pre {