Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #316 from mbrgm/inline-code-size-in-em
Browse files Browse the repository at this point in the history
Make inline code font size relative to parent
  • Loading branch information
panr committed Jan 7, 2023
2 parents e412efb + 0840d5a commit aa69b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ code, kbd {
padding: 1px 6px;
margin: 0 2px;
border-radius: 5px;
font-size: .9rem;
font-size: .9em;
font-weight: normal;
font-feature-settings: normal;

Expand Down

0 comments on commit aa69b55

Please sign in to comment.