Remove the bottom margin from the header

As it's a bit unnecessary.
This commit is contained in:
Christopher Baines 2019-03-16 18:59:29 +00:00
parent a092db5007
commit 33e6b35972
Signed by: cbaines
GPG key ID: 5E28A33B0B84F577

View file

@ -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;