Skip to content

Commit

Permalink
Add more spacing on top for mobile for story heroes
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnetangsu committed Oct 10, 2023
1 parent acf1b52 commit 73ec960
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/BlurryPoster/BlurryPoster.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ export const headingWrapper = (
imageOnLeft?: boolean,
headingFont?: 'druk' | 'serif',
isTwoCol?: boolean,
) => cnb('lg:rs-mt-7 rs-mb-5', {
) => cnb('rs-mb-5', {
'rs-mt-7': !isTwoCol,
'lg:rs-mt-7': isTwoCol,
'lg:mr-0 lg:w-[120%] lg:-ml-[20%] 3xl:w-auto 3xl:-ml-200': imageOnLeft && headingFont === 'druk' && isTwoCol,
});
export const headingInnerWrapper = (
Expand Down

0 comments on commit 73ec960

Please sign in to comment.