File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const oneColumnLayout = [
20
20
'*:not-data-[slot="content"]:not-data-[slot="media"]:w-fit' ,
21
21
// 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
22
22
'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
24
24
'lg:*:data-[slot="media"]:col-span-full *:data-[slot="media"]:*:w-full' ,
25
25
'lg:*:data-[slot="carousel"]:col-span-full *:data-[slot="carousel"]:*:w-full' ,
26
26
// Aligns <Content> and any element beside it (e.g. <Media>, <Badge>, <CTA> etc.) to the bottom of the <Content> container
You can’t perform that action at this time.
0 commit comments