diff options
author | Christopher Baines <mail@cbaines.net> | 2019-03-16 18:59:29 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-03-16 18:59:29 +0000 |
commit | 33e6b3597252a2d836bd3a8e8126410bca2db0cb (patch) | |
tree | abec203f704a85499f4998f7166d38f3dcaa1458 /assets | |
parent | a092db5007d7e1d0335099a3c422ac707ad05c56 (diff) | |
download | data-service-33e6b3597252a2d836bd3a8e8126410bca2db0cb.tar data-service-33e6b3597252a2d836bd3a8e8126410bca2db0cb.tar.gz |
Remove the bottom margin from the header
As it's a bit unnecessary.
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/screen.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |