/* Let the whole layout use the full browser width */
.bd-page-width {
    max-width: 220ch;
}

.bd-sidebar-primary {
    max-width: 300px;
}

