Skip to content

Commit

Permalink
revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Matsika committed Feb 12, 2025
1 parent 59adac0 commit 6418e2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/components/Curation/CurationPromo/index.styles.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { css, Theme } from '@emotion/react';
import pixelsToRem from '#app/utilities/pixelsToRem';

export default {
promo: ({ isLite, spacings, mq }: Theme) =>
css({
...(isLite && {
[mq.GROUP_2_MAX_WIDTH]: {
marginTop: `${pixelsToRem(48)}rem`,
marginTop: `${spacings.SEXTUPLE}rem`,
},
}),
}),
Expand Down

0 comments on commit 6418e2e

Please sign in to comment.