/* Site-wide tweaks. Keep small; the theme does the heavy lifting. */

/* GL Strings and allele names in prose sit in backticks; make sure they wrap
   rather than overflow on narrow screens. */
code {
  overflow-wrap: anywhere;
}

/* Navbar mark: Quarto caps logos at 24px; the tree needs a little more to read. */
.navbar-logo {
  max-height: 34px;
  margin-right: 0.35rem;
}
