Skip to content

Commit

Permalink
fix: inline code font size (#753)
Browse files Browse the repository at this point in the history
* fix: inline code font size

* fix: table code size

* Update packages/gatsby-theme-carbon/src/components/Code/Code.module.scss

* fix: font size

Co-authored-by: Vince Picone <vpicone@gmail.com>
Co-authored-by: Scott Strubberg <sstrubberg@protonmail.com>
  • Loading branch information
vpicone and sstrubberg authored Mar 5, 2020
1 parent d9f4863 commit acf5076
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit acf5076

Please sign in to comment.