Adjust header margins

This commit is contained in:
2019-04-01 16:45:54 -05:00
parent f42871f1df
commit e2a0d953be
2 changed files with 8 additions and 3 deletions

View File

@ -77,7 +77,7 @@ a,
}
}
.anchor {
.anchor, .page-header h1 {
margin-top: 3.5rem;
margin-bottom: 2rem;
&:target {
@ -86,6 +86,11 @@ a,
}
}
h2, h3:not(.h5), h4, h5 {
margin-top: 1.5rem;
margin-bottom: 1rem;
}
.anchor-icon {
font-size: .8em;
}