Skip to content

Commit

Permalink
fix: 모임원 목록 bottom padding 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrevile committed Aug 20, 2024
1 parent 22192c1 commit b0a586f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const GatherMemberProfileListContainer = () => {
}

return (
<section css={{ width: '100%', padding: '18px 20px 12px' }}>
<section css={{ width: '100%', padding: '18px 20px 112px' }}>
<Txt as="p" typography="subtitle1" css={{ marginBottom: '14px' }}>
모임원 프로필
</Txt>
Expand Down

0 comments on commit b0a586f

Please sign in to comment.