michalvankodev-site/axum_server/templates/components/blog_post_default_thumbnail.html

4 lines
230 B
HTML
Raw Normal View History

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