/*
 * Chirpy 7.6 changes two dimensions at 1650px: the sidebar grows from
 * 260px to 300px while the shared page container shrinks from 1320px to
 * 1250px. Together with the wider post gutter at that breakpoint, this
 * makes the centre column narrower when the viewport gets wider.
 *
 * Keep the theme's native Bootstrap 9/3 main/panel split at every size and
 * change only the ultrawide container cap. Applying this site-wide keeps the
 * home page and post pages on exactly the same three-column grid.
 */
@media (min-width: 1650px) {
  #main-wrapper > .container {
    max-width: 1350px;
  }
}
