Browse Source

[shortcodes/flexcolumn] Add column flex layout

master
Lorenzo Cogotti 1 year ago
parent
commit
747bdc895a
  1. 3
      layouts/shortcodes/flexcolumn.html

3
layouts/shortcodes/flexcolumn.html

@ -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