Fix font size for code

This commit is contained in:
Yash Mehrotra
2021-08-02 16:24:05 +05:30
parent cd3845ea11
commit 531dbcbd78

View File

@@ -227,6 +227,11 @@ code {
box-decoration-break: clone; box-decoration-break: clone;
padding: 0 3px; padding: 0 3px;
word-wrap: break-word; word-wrap: break-word;
font-size: 0.8em;
}
pre code {
font-size: 1em;
} }
blockquote { blockquote {