Skip to content

Commit 53cc1d3

Browse files
authored
Merge pull request #210 from SOPT-36-NINEDOT/refactor/#203/myTodo
[Fix]: MyTodo contentWrapper gap 피그마에 맞게 수정
2 parents 038053e + 97f2ff3 commit 53cc1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page/todo/myTodo/MyTodo.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const contentWrapper = style([
3333
alignItems: 'flex-start',
3434
width: '100%',
3535
maxWidth: '128rem',
36-
gap: '8.6rem',
36+
gap: '8rem',
3737
},
3838
]);
3939

0 commit comments

Comments
 (0)