fix sizing of code elements in sidenotes

This commit is contained in:
Joseph Montanaro 2023-10-25 14:49:39 -07:00
parent 2fac675c0c
commit 60ce9f8e8d

View File

@ -78,7 +78,7 @@ code {
background: #eee; background: #eee;
border-radius: 0.2rem; border-radius: 0.2rem;
font-family: Consolas, monospace; font-family: Consolas, monospace;
font-size: 0.8rem; font-size: 0.8em;
padding: 0.05rem 0.2rem 0.1rem; padding: 0.05rem 0.2rem 0.1rem;
} }