moved navbar min size css code
authorAndrew Engelbrecht <andrew@fsf.org>
Tue, 12 Nov 2019 21:59:44 +0000 (16:59 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 12 Nov 2019 21:59:44 +0000 (16:59 -0500)
this gets applied sooner than the rest of the navbar loads

css/style.css

index 96ff2a3e4047f61e1928b8cb54b647c48807aa96..d931e0f2a94af2f607c03a0532eefc213c843696 100644 (file)
 @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) {