adjust media query page sizes

Ensures its actually possible to read a page at a given size. Needs
future work to add a stage between phone UI and half a 1080p monitor.
This commit is contained in:
outfoxxed 2024-10-12 00:39:34 -07:00
parent 2ce79597b5
commit 24d3b1bfd2
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
7 changed files with 11 additions and 13 deletions

View file

@ -84,15 +84,15 @@
}
}
@media (max-width: 1280px) {
@media (min-width: 768px) {
@media (max-width: 85rem) {
@media (min-width: 65rem) {
.toc-toggle {
--width: 25svw;
}
}
}
@media (min-width: 1280px) {
@media (min-width: 85rem) {
.toc-wrapper-mobile {
display: none;
}