Change H1 padding to take a little off the bottom

This commit is contained in:
Maurice Parker 2020-05-09 11:35:10 -05:00
parent 55cb4d5af8
commit 80e9cdba5e
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ body > .systemMessage {
h1 {
line-height: 1.15em;
font-weight: bold;
padding-bottom: 0;
margin-bottom: 5px;
}
pre {