[shortcodes/flexcolumn] Add column flex layout

This commit is contained in:
Lorenzo Cogotti 2022-03-22 10:26:28 +01:00
parent ff2d7e2659
commit 747bdc895a
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<div class="{{.Get "class"}}" style="display: flex; flex-direction: column; flex-wrap: wrap;{{.Get "style" | safeCSS }}">
{{- .Inner -}}
</div>