Skip to content

Commit

Permalink
fix(content-block-simple): update footer spacing (#12083)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

https://jsw.ibm.com/browse/ADCMS-6496

### Description

Adds `margin-block-start` to the footer wrapper in the content-block-simple element.

### Changelog

**Changed**

- fix content-block-simple spacing
  • Loading branch information
andy-blum authored Oct 24, 2024
1 parent 45eb50b commit e221b3c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@
::slotted([slot='media']) {
max-inline-size: to-rem(640px);
}

.#{$c4d-prefix}--content-block-footer {
margin-block-start: $spacing-07;
}
}

0 comments on commit e221b3c

Please sign in to comment.