adding nowrap to footer_address span
authorIan Weller <ian@gaslightmedia.com>
Tue, 3 May 2016 12:17:29 +0000 (08:17 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 3 May 2016 12:17:29 +0000 (08:17 -0400)
root/scss/_page.footer.scss

index 964b8dc..c8d63e8 100644 (file)
@@ -8,7 +8,11 @@ footer.main {
         bottom: 0;
     }
 }
-
+#footer_address {
+    span{
+        white-space: nowrap;
+    }
+}
 #connect {
     padding-top: 20px;
     background: #4c4d4f;