tweaking of some shortcodes and adding osm
This commit is contained in:
parent
35425157b0
commit
309a419d50
7 changed files with 32 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue