This commit is contained in:
sasha-astiadi
2024-05-03 22:15:09 +02:00
parent eda53e2dcd
commit 0176ba951a
328 changed files with 8855 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{% set height = 52 %}
{% if size %}
{% if size == "small" %}
{% set height = 28 %}
{% endif %}
{% endif %}
<div class="h-20 lg:h-{{height}}"></div>