/* The stories index: the centered h1 + lede head (like the homepage's
   section heads), then the cards across the whole site width. */

.stories-head { padding-bottom: 0; text-align: center; }
.stories-head h1 { margin-bottom: 1rem; }
.stories-grid { padding-top: var(--lg); }
.stories-grid .wrap { max-width: var(--site-max); }
