/* Open Fonts has two useful section shortcuts, so they use compact pills too. */
.site-header nav a:not(.nav-pill) {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 2px solid #191c18;
  border-radius: 999px;
  background: #fff;
  line-height: 1.1;
}

@media (max-width: 600px) {
  .site-header nav a:not(.nav-pill) {
    display: none;
  }
}
