From: Andrew Engelbrecht Date: Tue, 12 Nov 2019 21:59:44 +0000 (-0500) Subject: moved navbar min size css code X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=031a47b5f9c8b641d7b761c6f6bc32e6e7184747;p=ryf-theme.git moved navbar min size css code this gets applied sooner than the rest of the navbar loads --- 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) {