Skip to content

Commit

Permalink
feat(ui): add margin to AudiosBlock component
Browse files Browse the repository at this point in the history
Add a margin top and bottom to separate it from header and footer, on small screen devices.
  • Loading branch information
mateusfg7 committed Dec 7, 2021
1 parent dddfb98 commit 252c1fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Audios/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const AudiosBlock = styled.div`
grid-template-columns: repeat(5, 1fr);
gap: 30px;
margin: 25px auto;
@media (max-width: 650px) {
grid-template-columns: repeat(4, 1fr);
}
Expand Down

1 comment on commit 252c1fd

@vercel
Copy link

@vercel vercel bot commented on 252c1fd Dec 8, 2021

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.