Skip to content

Commit

Permalink
Tweak vertical-align for code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbullock35 committed May 14, 2024
1 parent f3bdcba commit 5ce9c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bullock_R_markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body {
code {
/* 100% is better than 110% for my QMD files. */
/* font-size: 110%; */ /* affects only inline code displays */
vertical-align: 4%; /* Slightly raise baseline of monospaced type. Looks better in Quarto output. */
}

p {
Expand Down

0 comments on commit 5ce9c90

Please sign in to comment.