diff --git a/static/css/theme.css b/static/css/theme.css index aa9528d..23b4568 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -311,5 +311,10 @@ blockquote { } code{ font-family: monospace; - color:var(--theme-accent) + color:var(--theme-accent); + white-space:break-spaces; + word-wrap: normal; +} +article pre { + width:100%; }