spacing shortcode and adding it in atwood
This commit is contained in:
parent
73229a8519
commit
c11a8ec022
2 changed files with 11 additions and 0 deletions
9
layouts/shortcodes/spacing.html
Normal file
9
layouts/shortcodes/spacing.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{- $height := .Get "height" | default "100px" -}}
|
||||
<style>
|
||||
.space{
|
||||
height: {{ $height }};
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="space" style="display: flex;">
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue