/* Central stylesheet. No inline styling is allowed in templates. */
@media (max-width: 640px) {
  .site-nav a {
    display: block;
    margin-bottom: 0.5rem;
  }
}
