*{
  box-sizing: border-box;
}

body header.sticky {
    max-width: none; /* explicitly undo the old max-width */
}

  #site-wrapper {
  min-height: 100vh;
  max-width: none; /* explicitly undo the old max-width */
}
