html {
  scroll-padding-top: 70px;
}

@media screen and (max-width: 980px) {
  html {
    scroll-padding-top: 80px;
  }
}