Changed unit to pixels due to inconsitent font-size rendering of code elements.

This commit is contained in:
Robert Sedovsek 2015-01-31 22:53:16 +01:00
parent 905bfcec60
commit ea94ec8c0e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
@mixin code-typography {
font-family: 'source-code-pro', Menlo, Consolas, 'Courier New', monospace;
font-size: 0.8em;
font-size: 13px;
line-height: 1.5;
}