/* PyCurious documentation — small tweaks on top of the Furo theme. */

/* Keep the sidebar logo a sensible size. */
.sidebar-logo {
    max-width: 180px;
    margin: 0 auto;
}

/* Let wide tables and math scroll rather than overflow the page body. */
.rst-content table.docutils,
div.math {
    overflow-x: auto;
}

/* A little more breathing room around API signatures. */
dl.py.class > dt,
dl.py.function > dt,
dl.py.method > dt {
    margin-top: 0.6em;
}
