Don't hide the navbar

This commit is contained in:
Victor Zverovich 2024-06-09 06:36:11 -07:00
parent 9b5d1826d4
commit 9653eed8e7

View File

@ -6,6 +6,12 @@
max-width: 960px;
}
@media (min-width: 400px) {
.md-tabs {
display: block;
}
}
.docblock {
border-left: .05rem solid var(--md-primary-fg-color);
}