adjusted properties menu width
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Dec 2015 19:26:18 +0000 (14:26 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Dec 2015 19:26:18 +0000 (14:26 -0500)
css/app.css
scss/_page.header.scss

index 88b10a8..6e7cf9d 100644 (file)
@@ -6509,11 +6509,11 @@ header .searchform input[type="submit"]:hover {
   .headerLogo {
     margin-top: 35px; }
   #properties {
-    left: -58px; }
+    left: -50px; }
   #properties .top-bar-section ul li a {
     padding: 0px; }
   #properties .top-bar .top-bar-section ul#menu-properties li a {
-    font-size: 11px !important;
+    font-size: 13px !important;
     letter-spacing: 1px !important; }
   #properties .top-bar .top-bar-section ul#menu-properties li {
     width: 160px !important;
index a9cffc3..9a459fb 100644 (file)
@@ -307,13 +307,13 @@ header .searchform input[type="submit"]:hover{
     }
     // PROPERTIES MENU MOBILE MENU
     #properties{
-        left: -58px;
+        left: -50px;
     }
     #properties .top-bar-section ul li a{
         padding: 0px;
     }
     #properties .top-bar .top-bar-section ul#menu-properties li a{
-        font-size: 11px !important;
+        font-size: 13px !important;
         letter-spacing: 1px !important;
     }
     #properties .top-bar .top-bar-section ul#menu-properties li{