Skip to content

Commit

Permalink
refactor - use provided spacings
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Matsika committed Feb 12, 2025
1 parent 765b445 commit 5564743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Curation/CurationPromo/index.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
css({
...(isLite && {
[mq.GROUP_2_MAX_WIDTH]: {
marginTop: '48px',
marginTop: `${spacings.SEXTUPLE}rem`,
},
}),
}),
Expand Down

0 comments on commit 5564743

Please sign in to comment.