Skip to content

Commit

Permalink
fix: Change background Image postiion of User card
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeongmin committed May 30, 2024
1 parent 979c39d commit 11488e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CircularProfileImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const styles = {
background-size: 80%;
background-image: ${({ $url }) => `url("${$url}")`};
background-position: center;
position: absolute;
position: relative;
top: 0;
left: 0;
z-index: 0;
Expand Down

0 comments on commit 11488e9

Please sign in to comment.