Skip to content

Commit b968712

Browse files
committed
Size code in em instead of rem, lest it appear in a header
1 parent ba9469e commit b968712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/components/_code.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pre {
88

99
code {
1010
font-family: $code-font-family;
11-
font-size: 1rem;
11+
font-size: 1em;
1212
}
1313

1414

0 commit comments

Comments
 (0)