I added the classes that are with the blocks to the blog feed so they act
the same way in responsive.
if ($lastposts) { ?>
<div class="wordpress-content">
<?php foreach($lastposts as $post) : setup_postdata($post); ?>
- <div class="small-12 columns blog-feed-post home-feed-post small-centered">
+ <div class="small-12 medium-8 medium-centered large-12 large-uncentered columns blog-feed-post home-feed-post small-centered">
<div class="row">
<?php $thumbnail = get_the_post_thumbnail($post->ID, array(269, 190)); ?>
<?php if ($thumbnail) { ?>