Show mobile view regardless of touch type

This commit is contained in:
Andy Smith
2025-11-13 14:34:24 -06:00
parent 5246c202b0
commit 73556a5092
+2 -3
View File
@@ -45,8 +45,7 @@
min-block-size: 20lh;
}
/* Hide on small, fat-finger touch devices */
@media (hover: none) and (pointer: coarse) and (max-width: 519px) {
@media (max-width: 519px) {
display: none;
}
}
@@ -748,7 +747,7 @@
padding-inline: 3vw;
/* Hide on larger devices with cursors */
@media (hover: hover) and (min-width: 520px) {
@media (min-width: 520px) {
display: none;
}