💄 small styling fix

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-03-02 09:45:49 +01:00
parent 62b3f6a6d6
commit 646c7fd16a
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -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} ✿