Render monospace text at 90% of the parent font-size

This commit is contained in:
Douwe Maan 2015-12-08 12:54:32 +01:00
parent badeb82f63
commit 3eb209123d
2 changed files with 2 additions and 1 deletions

View File

@ -220,6 +220,7 @@ pre {
.monospace {
font-family: $monospace_font;
font-size: 90%;
}
code {

View File

@ -136,7 +136,7 @@
font-family: $monospace_font;
font-weight: bold;
overflow: hidden;
font-size: 14px;
font-size: 90%;
margin: 0 3px;
}