spacing shortcode and adding it in atwood

This commit is contained in:
Chris Cochrun 2022-10-31 15:48:06 -05:00
parent 73229a8519
commit c11a8ec022
2 changed files with 11 additions and 0 deletions

View file

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