Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 839f1e9

Browse files
authored
make code font-size 13px (#124)
1 parent 3a1d6cc commit 839f1e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body {
2626
}
2727

2828
h1, h2 {
29-
weight: 400;
29+
font-weight: 400;
3030
}
3131

3232
pre {
@@ -46,3 +46,7 @@ pre {
4646
padding: 50px;
4747
}
4848
}
49+
50+
code {
51+
font-size: 13px;
52+
}

0 commit comments

Comments
 (0)