Fix code tag padding inline
This commit is contained in:
parent
e8469c2189
commit
049f4b43ff
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ pre code {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
padding: 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
Loading…
Reference in a new issue