www_tf_demo/templates/shortcodes/space.html
2022-08-11 12:27:46 +03:00

8 lines
164 B
HTML

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