Skip to content

Commit

Permalink
design: padding 값 수정 - #11
Browse files Browse the repository at this point in the history
  • Loading branch information
abi-hong committed Nov 16, 2023
1 parent 6ae13f8 commit 00dbb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modules/TitleComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Styled = {
TitleWrapper: styled.div`
display: flex;
flex-direction: column;
padding: 4.4rem 2rem 3rem;
padding: 2.5rem 1rem 2rem;
gap: 1.2rem;
`,
Expand Down

0 comments on commit 00dbb26

Please sign in to comment.