chore(docs): add mandatory IBM instrumentation tags (#1988)

Co-authored-by: Jeff Chew <jeff.chew@gmail.com>
This commit is contained in:
Eric Liu 2024-08-07 08:58:45 -07:00 committed by GitHub
commit ee70fbfa80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 49 additions and 1 deletions

View file

@ -312,7 +312,18 @@
</Grid>
</Content>
<footer>
<dds-footer-container disable-locale-button="true" size="micro"
></dds-footer-container>
</footer>
<style>
@media (min-width: 1056px) {
footer {
margin-left: 256px;
}
}
p {
margin-bottom: var(--cds-spacing-05);
}