adjusting max height prop
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 22:08:25 +0000 (17:08 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 22:08:25 +0000 (17:08 -0500)
js/app.js
js/custom/pageSetup.js

index 2afb22d..13c3f31 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -71,7 +71,7 @@ $(document).ready(function () {
     
     // adjusting nav menu columns and li width
     $menu1
-        .css("max-height", "250px")
+        .css("max-height", "290px")
         .css("-webkit-columns", "4")
         .css("-webkit-column-gap", "11px")
         .css("-moz-columns", "4")
index 39d457d..d5a7d03 100644 (file)
@@ -62,7 +62,7 @@ $(document).ready(function () {
     
     // adjusting nav menu columns and li width
     $menu1
-        .css("max-height", "250px")
+        .css("max-height", "290px")
         .css("-webkit-columns", "4")
         .css("-webkit-column-gap", "11px")
         .css("-moz-columns", "4")