feat(11ty): correctly apply grid

This commit is contained in:
Oscar 2019-11-12 15:11:47 +01:00
parent 125dfa5933
commit e8950ca3ab
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,5 @@
{% for definition in collections.definedDefinitions %}
{% include 'components/definition.njk' %}
{% endfor %}
<div class="auto-grid">
{% for definition in collections.definedDefinitions %}
{% include 'components/definition.njk' %}
{% endfor %}
</div>

View File

@ -44,7 +44,7 @@
{% endfor %}
</ul>
</section>
<section class="auto-grid">
<section>
<h2>Words</h2>
{% include 'components/defintions-list.njk' %}
</section>