/* Site shell layout */

.site-main {
  min-height: 50vh;
  overflow-x: clip;
}

.site-main > section {
  scroll-margin-top: var(--header-h);
}

#hero {
  scroll-margin-top: 0;
}
