Bump code font-size to .85em (85%)

This commit is contained in:
Hypolite Petovan 2018-01-21 08:50:29 -05:00
parent 0614bfb986
commit 801c00d906
1 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ code {
background-color: #eee;
color: #666;
padding: 1em;
font-size: 0.8em;
font-size: 0.85em;
font-family: monospace;
}
key {
@ -250,7 +250,7 @@ key {
background-color: #eee;
color: #666;
padding: 0.2em;
font-size: 0.8em;
font-size: 0.85em;
font-family: monospace;
}