tweaking of some shortcodes and adding osm

This commit is contained in:
Chris Cochrun 2022-11-01 17:26:46 -05:00
parent 35425157b0
commit 309a419d50
7 changed files with 32 additions and 12 deletions

View file

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