/* Adjustments for the static landing page, which has no sign-up or log-in buttons. */

/* With no account buttons on the right, the section links sit there instead of mid-bar. */
@media (min-width: 840px) {
  .lp-bar-links {
    margin-inline: auto 0;
  }
}

/* The proof list now follows the lede directly. */
.lp-lede + .lp-proof {
  margin-top: 32px;
}
