From 962c31d8b1cc07e16eaa12df8cfb70b799be4d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Mon, 2 Feb 2015 11:05:35 -0800 Subject: [PATCH] Merge pull request #2999 from sedovsek/master Changed unit to pixels due to inconsistent 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; }