Skip to content

Commit

Permalink
Merge pull request #211 from mismith0227/feature/add-note-page
Browse files Browse the repository at this point in the history
余白調整
  • Loading branch information
mismith0227 authored Jul 29, 2024
2 parents 3b9ee12 + 6122eb5 commit d691cf1
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 d691cf1

Please sign in to comment.