almost there for function

This commit is contained in:
Michael Freno
2025-12-18 01:18:38 -05:00
parent 1142d6f126
commit a19ad0cb36
5 changed files with 184 additions and 19 deletions

View File

@@ -465,3 +465,10 @@ input[type="checkbox"]:checked::before {
width: 100%;
height: 100%;
}
/* Hamburger menu button - only show on non-touch devices under mobile breakpoint */
@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
.hamburger-menu-btn {
display: block !important;
}
}