www_freeflownation/templates/shortcodes/space.html

13 lines
243 B
HTML

<<<<<<< HEAD
<div class="h-20 lg:h-52"></div>
=======
{% set height = 52 %}
{% if size %}
{% if size == "small" %}
{% set height = 28 %}
{% endif %}
{% endif %}
<div class="h-20 lg:h-{{height}}"></div>
>>>>>>> template/master