Skip to content

Commit

Permalink
design: 좌우 padding만 적용되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Largopie committed Jul 25, 2024
1 parent 4dac295 commit 2724960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/layouts/GlobalLayout.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export const s_globalContainer = css`
`;

export const s_content = css`
padding: 1.6rem;
padding: 0 1.6rem;
`;

0 comments on commit 2724960

Please sign in to comment.