Remove the bottom margin from the header
As it's a bit unnecessary.
This commit is contained in:
parent
a092db5007
commit
33e6b35972
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ tr.important td:nth-child(1) {
|
||||||
border-style: none none solid none;
|
border-style: none none solid none;
|
||||||
border-width: thin;
|
border-width: thin;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 0;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue