@media screen and (min-width: 76.25em) {
  /* Give the three-column desktop layout more room without affecting mobile. */
  .md-grid {
    max-width: 72rem;
  }
}
