Skip to content

Commit

Permalink
comment out breaking code
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Oct 31, 2024
1 parent 139554a commit 630b091
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dotcom-rendering/src/components/ScrollableCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ const carouselContainerStyles = css`
${from.tablet} {
gap: ${space[2]}px;
}
${from.wide} {
/** this is breaking the big card at wide breakpoint carousel */
/* ${from.wide} {
flex-direction: row;
gap: ${space[1]}px;
}
} */
/* Extend carousel into outer margins on mobile */
margin-left: -10px;
Expand Down

0 comments on commit 630b091

Please sign in to comment.