Skip to content

Commit c5ed886

Browse files
committed
Fix font size for code in headers
1 parent a336d46 commit c5ed886

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/assets/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@
1717
width: 45%;
1818
text-align: right;
1919
}
20+
21+
.post-content h2 code {
22+
font-size: inherit;
23+
}

0 commit comments

Comments
 (0)