chore: update membersPage font-size

This commit is contained in:
JimmFly
2023-01-18 16:18:10 +08:00
parent 72b5dcb930
commit e8a472a1fe
2 changed files with 4 additions and 2 deletions
@@ -109,6 +109,8 @@ export const StyledMemberWarp = styled('div')(() => {
return {
display: 'flex',
flexDirection: 'column',
padding: '40px 0',
padding: '48px 0',
fontWeight: '500',
fontSize: '18px',
};
});