use 0.9em for code size instead of hard coding 13px

pull/281/head
Dave Kleinschmidt 2020-03-04 16:29:32 -05:00
parent ab5db9aa24
commit 048603ffe6
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 13px;
font-size: 0.9em;
}