From 32a5d3c2b7968312317931900f7e458264d2ad3e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 27 Jun 2013 08:30:21 -0700 Subject: [PATCH] website: change up some code format sizing --- website/source/stylesheets/_components.scss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/website/source/stylesheets/_components.scss b/website/source/stylesheets/_components.scss index 59b8579e8..876d74e89 100644 --- a/website/source/stylesheets/_components.scss +++ b/website/source/stylesheets/_components.scss @@ -142,15 +142,11 @@ header .header { padding: $docs-top-margin 80px; display: block; - p code { - font-size: 14px; - } - code { background-color: #000; border: 0; color: #b1d631; - font-size: 12px; + font-size: 14px; } a { @@ -197,7 +193,7 @@ header .header { pre { border: 0; - font-size: 12px; + font-size: 14px; margin-left: -80px; margin-right: -80px; padding-top: 40px;