Skip to content

Commit 8c0053f

Browse files
Fix comment
1 parent e473704 commit 8c0053f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/hero/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const oneColumnLayout = [
2020
'*:not-data-[slot="content"]:not-data-[slot="media"]:w-fit',
2121
// Other elements than <Content> and <Media> (e.g. CTA, SVG logo or Badge) take up 3 columns on medium screens and above, and are right aligned
2222
'lg:*:not-data-[slot="content"]:not-data-[slot="media"]:not-data-[slot="carousel"]:col-span-3 lg:*:not-data-[slot="content"]:not-data-[slot="media"]:justify-self-end',
23-
// <Media> content takes up the full width on medium screens and above
23+
// <Media> and <Carousel> content takes up the full width on medium screens and above
2424
'lg:*:data-[slot="media"]:col-span-full *:data-[slot="media"]:*:w-full',
2525
'lg:*:data-[slot="carousel"]:col-span-full *:data-[slot="carousel"]:*:w-full',
2626
// Aligns <Content> and any element beside it (e.g. <Media>, <Badge>, <CTA> etc.) to the bottom of the <Content> container

0 commit comments

Comments
 (0)