@media (max-width: 959px) {
html {
    scroll-padding-top: 100px;
}
}

@media (min-width: 960px) {
html {
    scroll-padding-top: 92px;
}
}