reduce padding on inline code

This commit is contained in:
Jade Lovelace 2022-04-25 13:15:00 -07:00
parent 3b938c8984
commit 8e64a09f01

View file

@ -178,7 +178,7 @@ footer {
:not(pre) > code {
// add background with rounded corners
background: $lowerbg1;
padding: 0.2rem;
padding: 0.05rem;
border-radius: 0.3rem;
// wrap words instead of causing scrolling