From ea94ec8c0ef7d298ea94bf91ee19da19fe29da92 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. --- docs/css/react.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css/react.scss b/docs/css/react.scss index 36ad77a03d..7b5148bad5 100644 --- a/docs/css/react.scss +++ b/docs/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; }