📱 improvement: responsive inline code font size

This commit is contained in:
welpo 2023-02-17 00:10:44 +01:00
parent 505eb2cb72
commit 6afcd2fbbb
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -3,7 +3,7 @@ code {
padding: 0.1em 0.2em;
font-family: var(--code-font);
font-weight: 350;
font-size: 22px;
font-size: 0.92em;
}
pre {