From 802bee8d2f4567468c68aa2edcf701f333ad0994 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Wed, 14 Sep 2016 18:20:48 -0700 Subject: [PATCH] fixed headings in api pages --- public/resources/css/module/_api.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/resources/css/module/_api.scss b/public/resources/css/module/_api.scss index 0ecf4baaff..bc99baadcc 100644 --- a/public/resources/css/module/_api.scss +++ b/public/resources/css/module/_api.scss @@ -63,6 +63,12 @@ } } +.docs-content .h2-api-docs { + font-size: 18px; + line-height: 24px; + margin-top: 0; +} + .code-links { a { code, .api-doc-code {