Change H1 padding to take a little off the bottom
This commit is contained in:
parent
55cb4d5af8
commit
80e9cdba5e
|
@ -109,6 +109,8 @@ body > .systemMessage {
|
|||
h1 {
|
||||
line-height: 1.15em;
|
||||
font-weight: bold;
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
Loading…
Reference in New Issue