mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-20 16:39:09 +00:00
feat(11ty): correctly apply grid
This commit is contained in:
parent
125dfa5933
commit
e8950ca3ab
@ -1,3 +1,5 @@
|
|||||||
{% for definition in collections.definedDefinitions %}
|
<div class="auto-grid">
|
||||||
|
{% for definition in collections.definedDefinitions %}
|
||||||
{% include 'components/definition.njk' %}
|
{% include 'components/definition.njk' %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section class="auto-grid">
|
<section>
|
||||||
<h2>Words</h2>
|
<h2>Words</h2>
|
||||||
{% include 'components/defintions-list.njk' %}
|
{% include 'components/defintions-list.njk' %}
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user