tech-ingolf-wagner-de/layouts/shortcodes/flexbox.html

3 lines
66 B
HTML
Raw Normal View History

2021-08-27 08:36:35 +02:00
<div style="display:flex;flex-wrap:wrap;">
{{ .Inner }}
</div>