@media (max-width: 600px) {

div.navbar + div {
    width: 80% !important;
    position: unset !important;

    #search-form {
        display: inline;
    }
}

.tableofcontents {
    width: unset !important;
}

.tableofcontents + .sidebar {
    width: unset !important;
}

.preview {
    width: max-content;
}

pre {
    white-space: pre-wrap;
    word-break: break-word;
}

}