Skip to content

Commit

Permalink
[Fix] MOMO규칙 페이지 UI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
postop09 committed Apr 27, 2022
1 parent 43c4088 commit 52c8a72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/InfoPage/Rules.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const Rules = () => {
export default Rules;

const Wrapper = styled.div`
position: relative;
width: 100vw;
min-height: 100vh;
background-color: ${(props) => props.theme.color.pantone};
Expand All @@ -72,7 +73,7 @@ const Wrapper = styled.div`

const Background = styled.div`
position: absolute;
top: 30vh;
top: 20vh;
right: -97px;
line-height: 16rem;
font-size: 20rem;
Expand Down

0 comments on commit 52c8a72

Please sign in to comment.