tech-ingolf-wagner-de/layouts/shortcodes/flex-half.html

3 lines
50 B
HTML
Raw Normal View History

2021-08-27 08:36:35 +02:00
<div style="flex:0 0 50%">
{{ .Inner }}
</div>