Skip to content

Commit

Permalink
Update Exercises.styled.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MargoMarm committed Sep 27, 2023
1 parent 709a36e commit 0cef927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Exercises/Exercises.styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ export const ExercisesListContainer = styled.div`
${mq.tablet} {
padding: 72px 32px 48px 32px;
padding: 32px 32px 48px 32px;
}
${mq.desktop} {
padding: 68px 81px 81px 96px;
padding: 0px 81px 81px 96px;
}
`;

Expand Down

0 comments on commit 0cef927

Please sign in to comment.