From b81fa43a748d7f7e24af773916870889dfc03c9a Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 26 Mar 2019 22:37:26 +0100 Subject: [PATCH] Tweak API css --- docs/source/_static/api.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/source/_static/api.css b/docs/source/_static/api.css index a674fcd37..218569dc6 100644 --- a/docs/source/_static/api.css +++ b/docs/source/_static/api.css @@ -1,7 +1,3 @@ -body { - font-size: 1.2rem; -} - .brand-heading { display: flex; } @@ -21,21 +17,25 @@ body { margin-top: 0; } +section h1 { + margin-left: 0; +} + h2 { - font-size: 45px; + font-size: 40px; } h3 { - font-size: 35px; + font-size: 30px; } h4 { - font-size: 30px; + font-size: 25px; margin-top: 40px; } p { - font-size: 1.3rem; + font-size: 1.2rem; } .details {