From 1602e00c10d28d297f08c5153bcb40032ae16ad9 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Sun, 21 May 2017 13:02:39 +0200 Subject: [PATCH] Improve styling of h4 Increase margin to allow better rendering of the api documentation pages, by allowing more vertical space between the headings --- docs/_sass/_base.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/_sass/_base.scss b/docs/_sass/_base.scss index 2c450b72b..4c6824070 100644 --- a/docs/_sass/_base.scss +++ b/docs/_sass/_base.scss @@ -64,6 +64,13 @@ a { margin-bottom: 20px; color: #281D18; } + + h4 { + font-size: 18px; + margin-top: 32px; + color: #281D18; + } + p { color: #4B382F; }