💄 small styling fix
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
62b3f6a6d6
commit
646c7fd16a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const visitors = guestbook["visitors"];
|
||||||
{visitors.map((visitor) => (
|
{visitors.map((visitor) => (
|
||||||
<div class="flex flex-col items-center">
|
<div class="flex flex-col items-center">
|
||||||
<figure class="relative">
|
<figure class="relative">
|
||||||
<img src={visitor.image} class="object-cover h-[300px] w-[300px] rounded-s"/>
|
<img src={visitor.image} class="object-cover h-[300px] w-[300px] rounded-sm"/>
|
||||||
<figcaption class="absolute bottom-2 left-2 bg-black text-white px-4 py-2 rounded-xl text-xs">
|
<figcaption class="absolute bottom-2 left-2 bg-black text-white px-4 py-2 rounded-xl text-xs">
|
||||||
<div class="guestbook">
|
<div class="guestbook">
|
||||||
{visitor.name} ✿
|
{visitor.name} ✿
|
||||||
|
|
Loading…
Reference in a new issue