Enhance navbar tap targets for touch devices in mobile view

This commit is contained in:
Ross
2026-02-16 10:48:43 +00:00
parent f133fc3fd0
commit eddfb85d7b
+2 -2
View File
@@ -112,8 +112,8 @@
}
}
/* Improve navbar tap targets and mobile dropdown behaviour */
@media (max-width: 991.98px) {
/* Improve navbar tap targets and mobile dropdown behaviour (touch devices only) */
@media (max-width: 991.98px) and (hover: none) and (pointer: coarse) {
/* Make navbar links larger and easier to tap */
.navbar-nav .nav-link {
padding: .75rem 1rem;