Skip to content

Commit

Permalink
maintain root font size above 1024px
Browse files Browse the repository at this point in the history
  • Loading branch information
cdw9 committed Feb 17, 2025
1 parent 6ac3315 commit ae8eff4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boostlook.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ae8eff4

Please sign in to comment.