/* Shared navigation adjustment for the Resources entry. */
@media (min-width: 1200px) {
  .nav-desktop {
    width: auto;
    min-width: 430px;
  }

  .nav-desktop a:first-child {
    flex: 0 0 auto;
    min-width: auto;
  }
}

