Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit c173b61

Browse files
committed
style(home): adjust media width
1 parent 76ac5ee commit c173b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/css/media.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export const mediaBreakPoints = {
2121
export const WIDTH = {
2222
COMMUNITY: {
2323
PAGE: '1460px',
24-
CONTENT: '1024px',
25-
CONTENT_OFFSET: '10px',
24+
CONTENT: '998px',
25+
CONTENT_OFFSET: '34px',
2626
},
2727
USER: {
2828
PAGE: '1200px',

0 commit comments

Comments
 (0)