Skip to content

Commit 5f2d55b

Browse files
committed
Merge branch 'dev' of https://github.com/oodd-team/oodd-web-react into feat/OD-123
2 parents edb98d9 + 1f1e2e1 commit 5f2d55b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/ProfileEdit/styles.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
import styled from 'styled-components';
22

33
export const ProfileEditContainer = styled.div`
4-
flex-grow: 1; /* flexbox에서 공간을 채우도록 설정 */
4+
flex-grow: 1;
55
width: 100%;
66
margin: 0 auto;
77
display: flex;
88
flex-direction: column;
99
align-items: center;
10+
position: relative;
1011
`;
1112

1213
export const ProfilePicWrapper = styled.div`

0 commit comments

Comments
 (0)