fixing css bug in hcard

This commit is contained in:
Manuel Ernesto Garcia 2022-09-25 23:01:05 -04:00
parent 5b6884b89b
commit e87da9be8e

View file

@ -8,7 +8,7 @@ let cardTarget = target ? target : "_blank";
<a href={url} target={cardTarget}>
<div class="hero-content flex-col md:flex-row">
<img src={img} class="max-w-full md:max-w-[13rem] rounded-lg" />
<div class="grow">
<div class="grow w-full">
<h1 class="text-xl font-bold">
{title}
{badge && <div class="badge badge-secondary mx-2">{badge}</div>}