Skip to content

Commit

Permalink
Fixed margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Made1ra committed Nov 29, 2024
1 parent e2ec68f commit 3709fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/bookmarked-offers/BookmarksToolbar.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const styles = {
alignItems: 'center',
gap: '10px',
scrollMarginTop: '16px',
marginBottom: '1rem',
marginBottom: '16px',
[theme.breakpoints.up('md')]: {
flexDirection: 'row',
justifyContent: 'space-between',
Expand All @@ -29,7 +29,7 @@ export const styles = {
alignItems: 'center',
justifyContent: 'space-between',
gap: '50px',
margin: '-20px 0 20px 0',
margin: '16px 0',
[theme.breakpoints.up('md')]: {
margin: '0px 0 0 0'
}
Expand Down

0 comments on commit 3709fca

Please sign in to comment.