large complete
authorIan Weller <ian@gaslightmedia.com>
Tue, 3 Jan 2017 21:52:23 +0000 (16:52 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 3 Jan 2017 21:52:23 +0000 (16:52 -0500)
I believe large view is complete for now.  There are a few proof to dev
differences, but I am unsure if they are relevent.

footer.php

index f9e4ef1..fc83510 100644 (file)
@@ -15,7 +15,7 @@
                                 <?php dynamic_sidebar('sidebar-f');?>
                             <?php endif;?>
                             <div id="phones" class="row">
-                                <div class="small-12 medium-10 columns">
+                                <div class="small-12 small-centered medium-6 columns text-center">
                                     <div class="row">
                                         <div class="small-12 medium-6 columns">
                                             <h1>Airport Manager</h1>
@@ -26,7 +26,9 @@
                                             <p>800-221-1212</p>
                                         </div>
                                     </div>
-                                    <p>This fucility is managed by the Chippewa County Economic Development Corp</p>
+                                </div>
+                                <div class="small-12 small-centered medium-10 columns text-center">
+                                    <p>This facility is managed by the Chippewa County Economic Development Corp</p>
                                 </div>
                             </div>
                         </footer>