From c241a32376d77274d7da4bda6b55e8013e3dbcf7 Mon Sep 17 00:00:00 2001 From: Robert Sedovsek Date: Sat, 31 Jan 2015 22:53:16 +0100 Subject: [PATCH] Changed unit to pixels due to inconsitent font-size rendering of code elements. --- css/react.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/react.scss b/css/react.scss index 36ad77a0..7b5148ba 100644 --- a/css/react.scss +++ b/css/react.scss @@ -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; }