www_duniayetu/templates/shortcodes/space.html
2022-11-15 13:11:07 +02: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>