Fix backtick formatting

This commit is contained in:
Bradlee Speice 2019-01-15 22:55:55 -05:00
parent b2779ce70c
commit 5148bf3fc8

View File

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