From 8d0face1ad62d8e2d97248116e7a784b91420866 Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Tue, 17 Mar 2026 14:20:52 -0500 Subject: [PATCH] Fix slicknav responsive breakpoint from 991px to 768px --- css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index a196b09..f2c53c7 100644 --- a/css/custom.css +++ b/css/custom.css @@ -4707,7 +4707,7 @@ header.main-header .header-sticky.active{ } } -@media only screen and (max-width: 991px){ +@media only screen and (max-width: 768px){ .slicknav_nav li, .slicknav_nav ul{