/* Keep page content comfortably wide on large desktop displays. */
@media only screen and (min-width: 75em) {
  .page #main article {
    display: inline;
    float: left;
    width: 54.16666666666667%;
  }
}
