/* Make the left sidebar wider */
 /*#quarto-sidebar {
  width: 320px;
} */

/* Shift the main content over so it doesn't overlap */
/* #quarto-content {
  margin-left: 320px;
} */

/* Optional: avoid wrapping chapter titles quite so aggressively */
/* #quarto-sidebar .sidebar-item-text {
  white-space: normal; */    /* try 'nowrap' if you want no wrapping at all */
/* } */
