Make inline code blocks smaller

This commit is contained in:
~erin 2022-03-07 12:12:22 -05:00
parent 736a234611
commit 0fd9ae311a
No known key found for this signature in database
GPG Key ID: DA70E064A8C70F44
1 changed files with 5 additions and 0 deletions

View File

@ -96,6 +96,11 @@ code {
font-size: 14px;
}
p code {
border-radius: 5px;
padding: 5px;
}
@media only screen and (max-width: 600px) {
code {
display: inline-block;