Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 15e5b38

Browse files
committed
style(markdown): inc font-size in code block
1 parent 9b8ee5f commit 15e5b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/ThemeWrapper/MarkDownStyle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ const MarkDownStyle = styled.div`
346346
margin-bottom: 0;
347347
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier,
348348
monospace;
349-
font-size: 12px;
349+
font-size: 1.2rem;
350350
}
351351
352352
.markdown-body .octicon {

0 commit comments

Comments
 (0)