Fix backtick formatting

case-study-borrow-checker
Bradlee Speice 2019-01-15 22:55:55 -05:00
parent b2779ce70c
commit 5148bf3fc8
1 changed files with 2 additions and 1 deletions

View File

@ -27,9 +27,10 @@ pre {
padding: 1.5em 999em 1.5em 999em;
}
// Forces inline single ticks to stay together
// Controls inline backtick blocks
code.highlighter-rouge {
white-space: nowrap;
font-size: 1.6rem;
}
.highlight {