Merge pull request #2999 from sedovsek/master

Changed unit to pixels due to inconsistent font-size rendering of code elements.
This commit is contained in:
Paul O’Shannessy
2015-02-04 15:32:52 -08:00
parent 55e8a3139a
commit 962c31d8b1
+1 -1
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;
}