From 23084c2fd5c09d4f75586b3fbbed6f0cfca48b04 Mon Sep 17 00:00:00 2001 From: joeuhren <46763106+joeuhren@users.noreply.github.com> Date: Mon, 23 Nov 2020 18:04:34 -0700 Subject: [PATCH] Headers margin fix --- public/stylesheets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 09cae41..c974032 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -55,6 +55,11 @@ p { margin-bottom: 0.4rem; } +h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { + margin-bottom: 0.2rem; + margin-top: 0.5rem; +} + /* datatable tweaks */ table { width: 100% !important;