Skip to content

Commit 5a7b761

Browse files
committed
Refactor: 사이즈 조정 및 섀도우 추가
1 parent ca1b7cd commit 5a7b761

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

src/pages/Profile/ProfileEdit/styles.tsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,22 @@ export const Button = styled.button`
5050
`;
5151

5252
export const ProfilePic = styled.div`
53-
width: 7.25rem;
54-
height: 7.25rem;
53+
width: 7.5rem;
54+
height: 7.5rem;
5555
flex-shrink: 0;
5656
border-radius: 50%;
5757
overflow: hidden;
58-
margin-top: 2.125rem;
58+
margin-top: 2rem;
5959
margin-bottom: 0.9375rem;
6060
6161
img {
6262
width: 100%;
6363
height: 100%;
6464
object-fit: cover;
65+
box-shadow:
66+
0px 2px 8px 0px rgba(0, 0, 0, 0.12),
67+
0px 1px 4px 0px rgba(0, 0, 0, 0.08),
68+
0px 0px 1px 0px rgba(0, 0, 0, 0.08);
6569
}
6670
`;
6771

0 commit comments

Comments
 (0)