/* Narrow the sidebar (tags/search column) by ~20% and give the space to the main content column. */
@media screen and (min-width: 42rem) {
  .grid-inverse {
    grid-template-columns: 76% 1fr;
  }
}
