/* Layout tweaks. Typography and colour live in theme.scss. */

main {
  max-width: 850px;
}

/* The about (trestles) homepage needs more room than the text pages */
.quarto-about-trestles {
  max-width: 1080px;
  margin: 0 auto;
}

.quarto-about-trestles main.content {
  max-width: none;
}

.quarto-about-trestles .about-entity .about-image {
  max-height: 380px;
  object-fit: cover;
}
