mirror of
https://github.com/boostorg/boostlook.git
synced 2026-01-19 04:02:14 +00:00
maintain root font size above 1024px
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user