fix: apply tailwind cannonical classes

This commit is contained in:
2026-05-03 15:03:48 +02:00
committed by Mikkel Elvers
parent 8cfce3ab88
commit f389849947
8 changed files with 27 additions and 27 deletions

View File

@@ -6,7 +6,7 @@
<div class="flex flex-col gap-10">
<div class="flex flex-col gap-8 md:flex-row lg:gap-12">
<div class="flex w-64 shrink-0 flex-col items-center gap-6 md:w-80 md:items-start lg:w-96">
<div class="aspect-[2/3] w-full overflow-hidden bg-white/5 shadow-lg">
<div class="aspect-2/3 w-full overflow-hidden bg-white/5 shadow-lg">
{{$imageUrl := "https://placehold.co/400x600?text=No+Image"}}
{{if $anime.Images.Webp.LargeImageURL}}
{{$imageUrl = $anime.Images.Webp.LargeImageURL}}