Don't center the posts on mobile

This commit is contained in:
Parker Moore 2013-07-06 14:36:11 +02:00
parent d8cf817b85
commit caa2482014
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ author: all
<div class="grid"> <div class="grid">
{% for post in site.posts %} {% for post in site.posts %}
<div class="unit whole center-on-mobiles entry"> <div class="unit whole entry">
{% include news_item.html %} {% include news_item.html %}
</div> </div>
{% endfor %} {% endfor %}