Skip to content

Commit

Permalink
feat(ui): update gap between sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Jan 3, 2022
1 parent 15c863e commit c3a8ac3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/pages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from 'styled-components'
export const SoundGridLayout = styled.div`
display: grid;
grid-template-columns: 1fr;
gap: 30px;
gap: 50px;
margin: 25px auto;
Expand All @@ -21,5 +21,6 @@ export const SoundGridLayout = styled.div`
@media (min-width: 700px) {
grid-template-columns: repeat(5, 1fr);
gap: 30px;
}
`

1 comment on commit c3a8ac3

@vercel
Copy link

@vercel vercel bot commented on c3a8ac3 Jan 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.