From cf96f3c34726dede5efeeef750683616a3f7957e Mon Sep 17 00:00:00 2001 From: Dan Holmsand Date: Wed, 14 Oct 2015 23:34:25 +0200 Subject: [PATCH] More space for h2 --- site/public/css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/public/css/main.css b/site/public/css/main.css index bdcee9f..53d24e7 100644 --- a/site/public/css/main.css +++ b/site/public/css/main.css @@ -118,9 +118,9 @@ ul.nav > li.brand > a { .reagent-demo h2 { font-size: 21px; line-height: 26px; - margin-top: 29px; - margin-bottom: 3px; - color: rgba(0, 0, 0, 0.75); + margin-top: 38px; + margin-bottom: 12px; + color: rgba(0, 0, 0, 0.65); } .reagent-demo h2 + p { @@ -138,7 +138,7 @@ ul.nav > li.brand > a { .demo-text > p > code, .demo-text > ul > li > code { font-size: 16px; - background-color: #f5f5f2; + background-color: #f5f5f4; padding: 0 3px; } @@ -147,7 +147,7 @@ ul.nav > li.brand > a { } .demo-example { - background-color: #f3f3f2; + background-color: #f6f6f5; } .demo-source {