[shortcodes/flexcolumn] Add column flex layout
This commit is contained in:
3
layouts/shortcodes/flexcolumn.html
Normal file
3
layouts/shortcodes/flexcolumn.html
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<div class="{{.Get "class"}}" style="display: flex; flex-direction: column; flex-wrap: wrap;{{.Get "style" | safeCSS }}">
|
||||||
|
{{- .Inner -}}
|
||||||
|
</div>
|
Reference in New Issue
Block a user