Skip to content

Commit

Permalink
fix(design): standardize font-size for code
Browse files Browse the repository at this point in the history
Both inline and block-level
  • Loading branch information
EmmaRamirez committed Oct 26, 2020
1 parent 6f43939 commit f156529
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,14 @@ h2 {
font-size: 1.25rem;
line-height: 1.4;
margin: 1rem;

code {
background: #eee;
}
}
code {

font-family: 'Fira Code' !important;
font-size: 1rem;
font-size: 1.25rem;
}
pre {
border: 1px solid #cccccc;
Expand Down

0 comments on commit f156529

Please sign in to comment.