maintain root font size above 1024px

This commit is contained in:
Chrissy Wainwright
2025-02-07 09:11:01 -06:00
parent 6ac3315c1e
commit ae8eff4cfa

View File

@@ -1078,6 +1078,12 @@ html:has(#docsiframe)::-webkit-scrollbar {
}
/* Responsive Design */
@media screen and (min-width: 1024px) {
html {
font-size: .83333rem;
}
}
@media screen and (min-width: 768px) {
.boostlook #toggle-toc {
visibility: visible;