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

@ -12,6 +12,8 @@ description: ""
- Location: 5ten Youth Center, 510 Main, Atwood KS - Location: 5ten Youth Center, 510 Main, Atwood KS
- Ages: 9-12th Grade - Ages: 9-12th Grade
{{< spacing >}}
# Junior High # Junior High
- Start Time: 2nd & 4th Wednesday of month, 6:00 PM (Supper provided) - Start Time: 2nd & 4th Wednesday of month, 6:00 PM (Supper provided)
- End Time: 8:00 - End Time: 8:00

View file

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