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

View File

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