/* Small refinements on top of the sphinx-book-theme. */

/* Give autosummary overview tables room to breathe and keep the symbol column
   from wrapping awkwardly. */
table.autosummary td:first-child {
    white-space: nowrap;
}

/* Slightly tighter code font in signatures. */
dl.py dt {
    scroll-margin-top: 3rem;
}
