but it needs to be desktop-only
authorxenophenes <sarah.conway@crunchydata.com>
Mon, 18 Dec 2017 01:03:27 +0000 (17:03 -0800)
committerxenophenes <sarah.conway@crunchydata.com>
Mon, 18 Dec 2017 01:03:27 +0000 (17:03 -0800)
static/css/style.css

index 94e1984f59595a599ca46037fbaea77b2720e741..bc0fc5da84f5c885ac6bd12714d843f614ab715d 100644 (file)
 
 /* Footer */
 
-       .becomesponsor #footer {
-           position: fixed;
-           left: 0px;
-           bottom: 0px;
-           width: 100%;
-       }
-
        #footer {
                background: #99C5B0;
                color: #0E1210;
                text-align: left;
                font-size: 0.9em;
        }
+
+       .becomesponsor #footer {
+                       position: fixed;
+                       left: 0px;
+                       bottom: 0px;
+                       width: 100%;
+       }
 }
 
 @media screen and (max-width: 767px) {