Adding white-space nowrap on footer spans
authorLaury GvR <laury@gaslightmedia.com>
Thu, 13 Aug 2015 15:45:33 +0000 (11:45 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 13 Aug 2015 15:45:33 +0000 (11:45 -0400)
scss/_page.footer.scss

index b31ea52..e757dce 100644 (file)
@@ -13,6 +13,7 @@ footer#main {
         }
         span {
             font-size: rem-calc(12);
+            white-space: nowrap;
             a {
                 text-decoration: underline;
                 font-style: normal;