tfcconnection/layouts/shortcodes/spacing.html

10 lines
162 B
HTML

{{- $height := .Get "height" | default "100px" -}}
<style>
.space{
height: {{ $height }};
}
</style>
<div class="space" style="display: flex;">
</div>