feat: improve graphics

This commit is contained in:
enscribe 2024-09-13 01:23:57 -07:00
parent 8b5d66b32a
commit 3c8ad67774
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
20 changed files with 61 additions and 48 deletions

View file

@ -35,7 +35,7 @@ const authors = await parseAuthors(entry.data.authors ?? [])
alt={entry.data.title}
width={200}
height={200}
class="rounded-xl object-cover"
class="object-cover"
/>
</div>
)