1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 05:45:31 -04:00

fix inline code blocks w/ links

This commit is contained in:
2021-11-13 10:37:05 -05:00
parent 252b30da89
commit fc6a6dd740

View File

@@ -9,8 +9,7 @@ code {
// inline code in paragraphs/elsewhere (single backticks)
:not(pre) > code {
padding: 0.075em 0.325em;
margin: 0 0.1em;
padding: 0.075em 0.25em;
border: 1px solid;
}