From f7521cf3efc14396d386435941939f38b4404f29 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 26 Aug 2021 02:21:38 +0200 Subject: [PATCH] Increase header spacings --- static/src/scss/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index 254d89d..3994015 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -143,6 +143,10 @@ table td { } .content { + h1, h2, h3, h4, h5, h6 { + margin-top: $headings-margin-bottom * 2.2; + } + table { @extend .table, .table-dark, .table-striped; margin: 0 auto;