apply monospace to pre

This commit is contained in:
Matthew Hodgson 2019-05-20 10:09:19 +01:00
parent e3d3b155d6
commit 7b2602f1c7

View file

@ -32,7 +32,7 @@ body {
margin: 0px;
}
code {
pre, code {
font-family: $monospace-font-family;
}