www_mycelium/templates/shortcodes/space.html

8 lines
164 B
HTML
Raw Normal View History

2024-05-03 20:15:09 +00:00
{% set height = 52 %}
{% if size %}
{% if size == "small" %}
{% set height = 28 %}
{% endif %}
{% endif %}
<div class="h-20 lg:h-{{height}}"></div>