fix menu when scrolled
authorxenophenes <sarah.conway@crunchydata.com>
Sun, 18 Mar 2018 23:19:56 +0000 (16:19 -0700)
committerxenophenes <sarah.conway@crunchydata.com>
Sun, 18 Mar 2018 23:19:56 +0000 (16:19 -0700)
static/css/style.css

index 23a51f667901c4c4461867ae3583f8f57b39c139..2b750c379f2525da4fafa571d875424b85309343 100644 (file)
 
        .navbar {
          font-family: 'Droid Sans', sans-serif;
-       /*   background-color: #C0E7EF; */
          text-transform: uppercase;
        }
 
        .navbar-fixed-top {
            top: 0;
            border-width: 0;
+                       background-color: #fff;
+                       box-shadow: 0 0 5px rgba(0,0,0,.8);
        }
 
        .navbar-brand {