diff --git a/packages/gatsby-theme-carbon/src/components/Code/Code.module.scss b/packages/gatsby-theme-carbon/src/components/Code/Code.module.scss index 575b581b1..4e9fcf623 100644 --- a/packages/gatsby-theme-carbon/src/components/Code/Code.module.scss +++ b/packages/gatsby-theme-carbon/src/components/Code/Code.module.scss @@ -11,13 +11,17 @@ position: relative; display: inline; padding: 0 0.5em; - font-size: 0.75em; + font-size: 0.875rem; bottom: 0.0625em; border-radius: 4px; background-color: $ui-03; color: $text-01; } + td > code { + font-size: 0.75rem; + } + // Add's additional length for scrolling under sidebar .token:last-of-type { margin-right: 64px;