Skip to content

Commit

Permalink
z-index 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcgrdn committed Nov 15, 2024
1 parent 4938d1b commit 4c59566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/container/square-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const SquareContainer = ({

return (
<div className="flex flex-col h-60 w-52 bg-transparent items-center justify-center hover:bg-[#7E47631F] dark:hover:bg-gradient-to-b dark:from-[#D8C2DC4D] dark:to-[#2D1E274D] rounded-lg pb-4 transition hover:cursor-pointer">
<div className="relative mt-4 flex items-center justify-center h-40 w-40 group">
<div className="mt-4 flex items-center justify-center h-40 w-40 group">
<Image
src={src}
alt="profile"
Expand Down

0 comments on commit 4c59566

Please sign in to comment.