I reduced the content area size of the front page to match the psd. Now I
need to do responsive.
</div>
</div>
<div class="row">
- <?php get_template_part('parts/main-content');?>
-
+ <div class="small-centered small-12 medium-7 columns">
+ <div class="row">
+ <?php get_template_part('parts/main-content');?>
+ </div>
+ </div>
+
<!-- <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
<?php //get_sidebar(); ?>
</div>-->