Add scroll-margin-top property

This commit is contained in:
Mahendrata Harpi
2020-05-17 17:00:00 +07:00
parent 8274becc2e
commit 87967ab6a1

View File

@@ -189,6 +189,10 @@ h6 {
& + ol { & + ol {
margin-top: 10px; margin-top: 10px;
} }
@include media-query($on-mobile) {
scroll-margin-top: 65px;
}
} }
// Headings with link // Headings with link