Make the entries on the homepage a .container so they look right on narrow displays
This commit is contained in:
parent
475302eb07
commit
e7df63d6f8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
<script class="p-json-ld" type="application/ld+json">{{ user.json_ld | jsonify }}</script>
|
||||
</article>
|
||||
</aside>
|
||||
<ol class="list-unstyled entries">
|
||||
<ol class="container list-unstyled entries">
|
||||
{% for entry in entries %}
|
||||
<li>
|
||||
{% include 'entries/h-entry.html' %}
|
||||
|
|
Loading…
Reference in a new issue