mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-11-09 13:50:49 -05:00
fixing css bug in hcard
This commit is contained in:
parent
5b6884b89b
commit
e87da9be8e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ let cardTarget = target ? target : "_blank";
|
||||||
<a href={url} target={cardTarget}>
|
<a href={url} target={cardTarget}>
|
||||||
<div class="hero-content flex-col md:flex-row">
|
<div class="hero-content flex-col md:flex-row">
|
||||||
<img src={img} class="max-w-full md:max-w-[13rem] rounded-lg" />
|
<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">
|
<h1 class="text-xl font-bold">
|
||||||
{title}
|
{title}
|
||||||
{badge && <div class="badge badge-secondary mx-2">{badge}</div>}
|
{badge && <div class="badge badge-secondary mx-2">{badge}</div>}
|
||||||
|
|
Loading…
Reference in a new issue