reduce padding on inline code
This commit is contained in:
parent
3b938c8984
commit
8e64a09f01
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ footer {
|
||||||
:not(pre) > code {
|
:not(pre) > code {
|
||||||
// add background with rounded corners
|
// add background with rounded corners
|
||||||
background: $lowerbg1;
|
background: $lowerbg1;
|
||||||
padding: 0.2rem;
|
padding: 0.05rem;
|
||||||
border-radius: 0.3rem;
|
border-radius: 0.3rem;
|
||||||
|
|
||||||
// wrap words instead of causing scrolling
|
// wrap words instead of causing scrolling
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue