/* This adds a space between the type and the attribute. Without the space will not always render */
dl.attribute .sig-prename {
    margin-left: 0.5em;
}

dl.relation .sig-prename {
    margin-left: 0.5em;
}

/* make a title smaller to not wrap */
.sidebar-brand-text {
    font-size: 1.2rem;
}
