/* Adjust the spacing between list items in MkDocs Material */
.md-typeset ul li,
.md-typeset ol li {
    margin-bottom: 0px;
    font-size: calc(1em - 1px);
}