mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 01:38:24 -05:00
Don't center the posts on mobile
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user