Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Update components/anime/charactersCard.js
Browse files Browse the repository at this point in the history
Co-authored-by: Factiven <[email protected]>
  • Loading branch information
Aijazmakerb and DevanAbinaya authored Sep 24, 2023
1 parent 1699297 commit 5619fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/anime/charactersCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Characters({ info }) {
<div className="hidden md:grid w-full grid-cols-1 gap-[10px] md:gap-4 md:grid-cols-3 md:pt-7 md:pb-5 px-3 md:px-5 pt-4">
{info.slice(0, showAll ? info.length : 6).map((item, index) => {
return <a key={index} className="md:hover:scale-[1.02] snap-start hover:shadow-lg scale-100 transition-transform duration-200 ease-out w-full cursor-default">
<div className="text-gray-300 space-x-4 col-span-1 flex w-full h-24 bg-secondary rounded-md">
<div className="text-gray-300 space-x-4 col-span-1 flex w-full h-24 bg-secondary rounded-md overflow-hidden">
<div className="relative h-full w-20">
<Image
draggable={false}
Expand Down

0 comments on commit 5619fc6

Please sign in to comment.