#page.site {
  padding-top: 0px;
  min-height: 100vh;
}
@media (max-width: 1000px) {
  #page.site {
    padding-top: 0px;
    min-height: 100vh;
  }
}
body .site-content a[name],
body .customtheme-anchor {
  top: 0;
}
@media (max-width: 1000px) {
  body .site-content a[name],
  body .customtheme-anchor {
    top: 0;
  }
}
