Initial Commit
[ancientarts.git] / hugo / themes / ancientarts / layouts / shortcodes / flexbox.html
1 <div style="display: flex; flex-flow: row wrap;{{ with .Get `align` }} text-align: {{ . }}; {{ end }}{{ with .Get `place-items` }} place-items: {{ . }}; {{ end }}">
2 {{ .Inner }}
3 </div>