www_mycelium/templates/shortcodes/space.html
sasha-astiadi 0176ba951a new web
2024-05-03 22:15:09 +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>