Heading links are now offset to fit under the fixed navbar.
This commit is contained in:
parent
7e3ecdd450
commit
0bbb8b0de6
@ -90,9 +90,14 @@ h2 a {
|
|||||||
}
|
}
|
||||||
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content .title {
|
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content .title {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
padding-top: 60px;
|
||||||
|
margin-top: calc(1.1428em - 60px) !important;
|
||||||
|
&:first-child {
|
||||||
|
margin-top: -60px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.header-link {
|
.header-link {
|
||||||
margin-right: 5px;
|
margin-right: 0.3em;
|
||||||
color: $link;
|
color: $link;
|
||||||
}
|
}
|
||||||
// /Custom styles
|
// /Custom styles
|
Loading…
Reference in New Issue
Block a user