forked from hero/www_hero_project
new web
This commit is contained in:
8
templates/shortcodes/space.html
Normal file
8
templates/shortcodes/space.html
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
{% set height = 52 %}
|
||||
{% if size %}
|
||||
{% if size == "small" %}
|
||||
{% set height = 28 %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<div class="h-20 lg:h-{{height}}"></div>
|
Reference in New Issue
Block a user