figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 89d7ad06932ab6993276b1327a1c5b11d80a2d09
parent 94bb9f359a078aa0d795128e1ef0a4dc522c6d8a
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 29 May 2021 13:37:50 -0700

Remove bottom margin from headings

Diffstat:
Mstatic/global.css | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/static/global.css b/static/global.css @@ -65,6 +65,15 @@ code { } /* Headings */ +h1, +h2, +h3, +h4, +h5, +h6 { + margin-bottom: 0; +} + h1 > a, h2 > a, h3 > a,