[shortcodes/flexcolumn] Add column flex layout

master
Lorenzo Cogotti 2 years ago
parent ff2d7e2659
commit 747bdc895a

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