Skip to content

Commit

Permalink
style: change aspect ratio for images
Browse files Browse the repository at this point in the history
  • Loading branch information
sehnryr committed Nov 9, 2024
1 parent 5f22d70 commit 88caafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Browse/ExtensionBrowse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const MangaItem = (
<img
src={manga.coverUrl}
alt={manga.title}
className="aspect-[3/5] rounded-md object-cover"
className="aspect-[2/3] rounded-md object-cover"
/>
<p className="mx-1 mt-1 line-clamp-2 text-sm font-bold">
{manga.title}
Expand Down

0 comments on commit 88caafe

Please sign in to comment.