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

Commit a49f5a5

Browse files
authored
change code tags from font-size 13px to 90%, since 13px messed up ones that were inside header tags (#127)
1 parent 1315dfc commit a49f5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ pre {
4848
}
4949

5050
code {
51-
font-size: 13px;
51+
font-size: 90%;
5252
}

0 commit comments

Comments
 (0)