Skip to content

Commit

Permalink
余白調整
Browse files Browse the repository at this point in the history
  • Loading branch information
mismith0227 committed Jul 29, 2024
1 parent 5a53bb2 commit 6122eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/pages/NoteContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const StyledHeading = styled(Heading)`
const NoteList = styled.ul`
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 160px 40px;
gap: 40px 40px;
list-style: none;
margin: 0;
padding: 0;
Expand Down

0 comments on commit 6122eb5

Please sign in to comment.