fix ugly css

This commit is contained in:
2023-12-23 19:14:26 +01:00
parent 5fae903b14
commit 49ee99455f

View File

@ -15,16 +15,15 @@
src={image} src={image}
alt="" alt=""
/> />
<div class="flex flex-col justify-between p-4 leading-normal"> <div class="flex flex-col items-start md:items-end w-full">
<h5 <div class="flex flex-col justify-between p-4 leading-normal w-full">
class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white" <div class="flex justify-between">
> <h5 class="inline mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white" > {name} </h5>
{name} <p class="inline text-right">{creator}</p>
</h5> </div>
<p class="text-right">{creator}</p> <p class="mb-3 font-normal text-gray-700 dark:text-gray-400">
{description}
<p class="mb-3 font-normal text-gray-700 dark:text-gray-400"> </p>
{description} </div>
</p>
</div> </div>
</a> </a>