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;
|
||||
}
|
||||
|
||||
code {
|
||||
padding: 0.25em;
|
||||
}
|
||||
|
||||
.image {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
|
Loading…
Reference in a new issue