From 33e6b3597252a2d836bd3a8e8126410bca2db0cb Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 16 Mar 2019 18:59:29 +0000 Subject: Remove the bottom margin from the header As it's a bit unnecessary. --- assets/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 3f5ee30..f0b3b62 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -104,7 +104,7 @@ tr.important td:nth-child(1) { border-style: none none solid none; border-width: thin; width: 100%; - margin-bottom: 1rem; + margin-bottom: 0; padding: .5em; color: #fff; border-radius: 0; -- cgit v1.2.3