Updated file input, Updated heading spacing globally, Fixed lscom downloads, Updated contact info

Update .gitignore, home.yml, and 13 more files...
This commit is contained in:
2025-09-13 16:19:20 +02:00
parent ed2e56cf96
commit 2eb9d5c7a5
15 changed files with 343 additions and 217 deletions

View File

@@ -8,7 +8,7 @@
{% elif heading_level == 4 %}
mt-m
{% endif %}
{{ heading_background_class }}">
{{ heading_background_class }} mt-0-if-first">
<h{{ heading_level }} class="t-w-500
{% if heading_level == 2 %}
@@ -28,7 +28,7 @@
{{ heading_inner_html }}
{% if heading_right_html is not none %}
<span class="ml-auto mobile-hide t-size-10 t-muted">{{ heading_right_html }}</span>
<!--<span class="ml-auto mobile-hide t-size-10 t-muted">{{ heading_right_html }}</span>-->
{% endif %}
</h{{ heading_level }}>