Skip to content

Commit

Permalink
fix(#62): make font size consistent on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
meganesu committed Jul 4, 2024
1 parent f1753f3 commit 60085fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/code-block/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
margin: 1.5rem 0;
font-family: monospace;
font-size: 1rem;
-webkit-text-size-adjust: 100%; /* to keep font size consistent on iOS */
}

.file-title {
Expand Down

0 comments on commit 60085fc

Please sign in to comment.