tweaks layout

This commit is contained in:
2022-11-24 14:24:20 +02:00
parent f0dbd3c95c
commit dfbab99ca7
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@
%p.mt-4.text-gray-500
= section["text"]
- template = "cards/" + section["element_template"]
.grid.grid-cols-2.gap-4
.grid.grid-cols-1.md:grid-cols-2
- section["elements"].each do |element|
= render( template , element: element)