Put the other number in the header.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 19 Sep 2014 18:24:59 +0000 (14:24 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 19 Sep 2014 18:24:59 +0000 (14:24 -0400)
Changing the markup with nested foundation grid to get phone numbers to
stack on top of each other.

styles.css
templates/template.html

index 8fe1ff7..5eb18fc 100644 (file)
@@ -252,7 +252,7 @@ header a:hover {
 header h1, header .phone {
   color: white;
   font-size: 24px;
-  line-height: 58px;
+  line-height: 38px;
   display: inline-block;
   vertical-align: middle;
 }
@@ -992,4 +992,4 @@ li:hover .play {
 .nohyperlink {
     color: #336633;
     text-decoration: none !important;
-}
\ No newline at end of file
+}
index 8b97874..01b9cef 100644 (file)
@@ -18,7 +18,7 @@
     {styles:h}
     <link rel="stylesheet" href="{mediaBaseURL:h}css/foundation.min.css" />
     <link rel="stylesheet" href="{mediaBaseURL:h}css/normalize.css" />
-    <link rel="stylesheet" href="{mediaBaseURL:h}styles.css" />
+    <link rel="stylesheet" href="{mediaBaseURL:h}styles.css?v=1" />
     <script src="{mediaBaseURL:h}js/vendor/modernizr.js"></script>
     {topScripts:h}
   </head>
                 <h1>St. Ignace Budget Host Inn</h1>
               </div>
               <div class="small-12 medium-4 columns text-right phone-social">
-                  <div class="phone">800-872-7057</div>
-                <a href="http://www.facebook.com/stignacebudgethost" class="facebook"></a>
+                  <div class="row">
+                      <div class="small-12 medium-10 columns">
+                        <div class="row">
+                            <div class="phone small-12 columns">906-642-9666</div>
+                            <div class="phone small-12 columns">800-872-7057</div>
+                        </div>
+                      </div>
+                      <div class="small-12 medium-2 columns">
+                        <a href="http://www.facebook.com/stignacebudgethost" class="facebook"></a>
+                      </div>
+                  </div>
               </div>
             </div>
           </header>