diff options
-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; |