Don't center the posts on mobile
This commit is contained in:
parent
d8cf817b85
commit
caa2482014
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue