Center inlined images.
This commit is contained in:
parent
ed4d16cafa
commit
c782831a6e
1 changed files with 6 additions and 0 deletions
|
@ -88,6 +88,12 @@ body *
|
|||
border-radius: 8px;
|
||||
}
|
||||
|
||||
p > img
|
||||
{
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
blockquote
|
||||
{
|
||||
background-color: var(--color_blockquotebg);
|
||||
|
|
Loading…
Reference in a new issue