mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-30 21:58:32 +00:00 
			
		
		
		
	feat(11ty): correctly apply grid
This commit is contained in:
		| @@ -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> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Oscar
					Oscar