Enhance navbar tap targets for touch devices in mobile view
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user