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

@ -1,3 +1,3 @@
<div class="rounded-2xl w-[180px] h-[240px] bg-blue-100 border-4 border-blue-500 flex justify-center items-center">
<div class="w-[180px] h-[240px] bg-blue-100 flex justify-center items-center">
<span class="text-blue-500 text-8xl -translate-y-1.5">{{post.metadata.title|fmt("{:.1}")|lower}}</span>
</div>