mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +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 %}
|
||||
{% include 'components/definition.njk' %}
|
||||
{% endfor %}
|
||||
<div class="auto-grid">
|
||||
{% for definition in collections.definedDefinitions %}
|
||||
{% include 'components/definition.njk' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
@ -44,7 +44,7 @@
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
<section class="auto-grid">
|
||||
<section>
|
||||
<h2>Words</h2>
|
||||
{% include 'components/defintions-list.njk' %}
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user