Heading links are now offset to fit under the fixed navbar.

This commit is contained in:
Greenscreener 2019-07-16 14:38:05 +02:00
parent 7e3ecdd450
commit 0bbb8b0de6

View File

@ -90,9 +90,14 @@ h2 a {
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content .title {
font-weight: 300;
padding-top: 60px;
margin-top: calc(1.1428em - 60px) !important;
&:first-child {
margin-top: -60px !important;
}
}
.header-link {
margin-right: 5px;
margin-right: 0.3em;
color: $link;
}
// /Custom styles