PUBLISH: More style tweaks for reviews

This commit is contained in:
Campbell Alden 2022-08-24 14:36:21 +09:00
parent 5d6630b253
commit 2de1ac8b3f
2 changed files with 4 additions and 2 deletions

View file

@ -37,10 +37,11 @@
} }
.core-review p { .core-review p {
margin-bottom: 20px; margin-bottom: 20px;
text-indent: 4ch;
padding: 10px;
} }
.core-review h2,h3,h4,h5 { .core-review h2,h3,h4,h5 {
margin-top: 30px; margin-top: 30px;
margin-bottom: 10px; margin-bottom: 10px;
text-align: center;
} }

View file

@ -37,10 +37,11 @@
} }
.core-review p { .core-review p {
margin-bottom: 20px; margin-bottom: 20px;
text-indent: 4ch;
padding: 10px;
} }
.core-review h2,h3,h4,h5 { .core-review h2,h3,h4,h5 {
margin-top: 30px; margin-top: 30px;
margin-bottom: 10px; margin-bottom: 10px;
text-align: center;
} }