From 031a47b5f9c8b641d7b761c6f6bc32e6e7184747 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 12 Nov 2019 16:59:44 -0500 Subject: [PATCH] moved navbar min size css code this gets applied sooner than the rest of the navbar loads --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 96ff2a3..d931e0f 100644 --- a/css/style.css +++ b/css/style.css @@ -207,7 +207,7 @@ @media screen and (max-width: 767px) { #block-ryf-main-menu .navbar-nav { max-width: 130px; } - #navbar-collapse { min-height: 260px; } + #navbar { min-height: 260px; } } @media screen and (min-width: 768px) { -- 2.25.1