Make code font size dynamic

This commit is contained in:
Patrick Marsceill
2020-05-01 15:07:27 -04:00
parent ff5047e523
commit 2f13db1f01
2 changed files with 6 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ a:not([class]) {
code {
font-family: $mono-font-family;
font-size: 12px;
font-size: 0.75em;
line-height: $body-line-height;
}