Skip to content

Commit 8a3da63

Browse files
docs: #202 code block headings text are tiny on mobile
1 parent 154de8f commit 8a3da63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/components/ctc-block/ctc-block.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
background-color: var(--color-prism-bg);
2323
color: var(--color-white);
2424
padding: 10px;
25-
font-size: var(--size-2);
25+
font-size: var(--size-3);
2626
border-radius: var(--radius-2) var(--radius-2) 0 0;
2727
font-family: 'Geist-Mono', monospace;
2828
font-style: italic;

0 commit comments

Comments
 (0)