strong bold medium and heading tag handling

This commit is contained in:
2024-09-20 10:44:59 +02:00
parent 6650366e60
commit f3c4df4458
8 changed files with 17 additions and 25 deletions

View File

@ -3,7 +3,7 @@
{% match header_props.back_link %}
{% when Some with (link) %}
<a
class="px-3 py-2 text-lg font-medium drop-shadow-md"
class="px-3 py-2 text-lg font-medium"
href="{{link.href}}"
>
{{link.label}}