fixing the dropdown issue with styles broken after 1000px
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 May 2018 20:41:02 +0000 (16:41 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 May 2018 20:41:02 +0000 (16:41 -0400)
css/responsive.css

index 0086c85..58206a9 100644 (file)
@@ -330,9 +330,14 @@ Responsive CSS
     }
 }
 @media (max-width: 1000px){
-    .main-navigation ul ul li a{
+    .main-navigation ul ul {
+               background: rgba(50,7,1,1);
+               position: static;
+               font-size: 15px;
+               display: none;
+        float: none;
         font-size: 18px;
-    }
+       }
 }
 
 @media screen and (min-width: 1001px){