Skip to content

Commit 0c22301

Browse files
ADCMS-8845 - simple-narrative card-link space
1 parent ad58c59 commit 0c22301

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

packages/web-components/src/components/content-block-simple/content-block-simple.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,19 @@
4343

4444
::slotted(#{$c4d-prefix}-card) {
4545
@include breakpoint('md') {
46-
inline-size: 34%;
46+
// inline-size: calc((100% - 2 * #{$spacing-05}) * 0.9);
4747
margin-inline-start: -$spacing-05;
4848
}
4949
}
5050
}
51+
52+
:host(
53+
#{$c4d-prefix}-content-block-simple.cds--content-block--full-width-template
54+
) {
55+
::slotted(#{$c4d-prefix}-card) {
56+
inline-size: 34%;
57+
@include breakpoint-down('lg') {
58+
inline-size: 100%;
59+
}
60+
}
61+
}

0 commit comments

Comments
 (0)