modified the interior page for tablet and phone
authorIan Weller <ian@gaslightmedia.com>
Mon, 21 Dec 2015 21:15:23 +0000 (16:15 -0500)
committerIan Weller <ian@gaslightmedia.com>
Mon, 21 Dec 2015 21:15:23 +0000 (16:15 -0500)
index.php

index b98b2aa..f2dce30 100644 (file)
--- a/index.php
+++ b/index.php
             </div>
             <div class="row">
                 
-                <div id="main-content" class="small-8 columns right">
+                <div id="main-content" class="small-12 large-8 columns right">
                         <?php if(have_posts()) : while(have_posts()): the_post();?>
                         <?php the_content();?>
                         <?php endwhile; else:?>
                         <p><?php _e('Sorry, no results found.');?></p>
                         <?php endif;?>
                 </div>
-                <div class="side-links small-4 columns">
+                <div class="side-links Large-4 show-for-large-up columns">
                     <?php get_sidebar(); ?>
                 </div>
 <!--