/* Force about-page link buttons into a vertical column */
.quarto-about-trestles .about-links {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;  /* change to center if preferred */
  gap: 0.5rem !important;
}
