/* WordPress chrome only — does not change the public landing-page design. */

body.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (min-width: 900px) {
  body.admin-bar .about-timeline {
    top: calc(5rem + 32px);
  }
}
