We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edb98d9 + 1f1e2e1 commit 5f2d55bCopy full SHA for 5f2d55b
src/pages/ProfileEdit/styles.tsx
@@ -1,12 +1,13 @@
1
import styled from 'styled-components';
2
3
export const ProfileEditContainer = styled.div`
4
- flex-grow: 1; /* flexbox에서 공간을 채우도록 설정 */
+ flex-grow: 1;
5
width: 100%;
6
margin: 0 auto;
7
display: flex;
8
flex-direction: column;
9
align-items: center;
10
+ position: relative;
11
`;
12
13
export const ProfilePicWrapper = styled.div`
0 commit comments