Skip to content

Commit

Permalink
fix : 작성 메모수 영역 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
minseok1015 committed Feb 1, 2023
1 parent f6a34d4 commit 13e29c5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/page/RollingPaper/Rolling.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,26 +84,25 @@ const Text = styled.div`
`;

const UserWrap = styled.div`
padding-right: 5rem;
margin-top: 1rem;
height: 10rem;
margin: 1rem 5rem auto auto;
/* height: 10rem; */
padding-top: 1rem;
display: flex;
align-items: right;
justify-content: flex-end;
margin-right: 5rem;
align-items: center;
justify-content: center;
background-image: url(${userback});
background-size: 17rem;
background-repeat: no-repeat;
background-position-x: 74.5rem;
background-position-y: -6.8rem;
width: 9rem;
height: 5rem;
z-index: 10000;
/* background-color: red; */
background-position: center;
/* z-index: 100; */
`;
const UserIcon = styled.img`
width: 1.8rem;
height: 1.8rem;
margin-top: 1.1rem;
`;
const UserNum = styled.div`
font-style: normal;
Expand Down

0 comments on commit 13e29c5

Please sign in to comment.