chore(release)

This commit is contained in:
Bamboo 2021-08-20 14:01:19 +02:00
parent b4a7595c9f
commit 6bd8e2794d
3 changed files with 20 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "redaction",
"version": "2.196.0",
"version": "2.197.0",
"private": true,
"license": "MIT",
"scripts": {

Binary file not shown.

View File

@ -506,6 +506,25 @@ main article {
margin: 24px 0;
}
.topic-content > section > .mediaobject {
margin-bottom: 10px;
}
.topic-content > section > .mediaobject img {
border-radius: 4px;
margin: 0;
}
.topic-content > section > .mediaobject + p {
font-size: 14px;
text-align: center;
font-style: italic;
margin: 0;
}
main ol,
main ul {
margin: 0 0 24px;
}
.section-toc {
padding: 24px 40px;
border: 1px solid #e2e4e9;