Slight font fix

This commit is contained in:
ポール ウェッブ 2018-10-03 17:04:18 -05:00
parent 5eb34e3b47
commit cb464e6f5b
2 changed files with 4 additions and 4 deletions

View file

@ -58,6 +58,10 @@ hr {
margin-bottom: 1rem;
}
code {
@include font-mono;
}
.alert {
bottom: 0; left: 0;

View file

@ -27,8 +27,4 @@ pre {
color: $white;
}
}
code {
@include font-mono;
}
}