From 2de1ac8b3fb6a462cc35d6943146070883e9ed48 Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Wed, 24 Aug 2022 14:36:21 +0900 Subject: [PATCH] PUBLISH: More style tweaks for reviews --- docs/review.css | 3 ++- static/review.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/review.css b/docs/review.css index 96d18cf..642d75b 100644 --- a/docs/review.css +++ b/docs/review.css @@ -37,10 +37,11 @@ } .core-review p { margin-bottom: 20px; + text-indent: 4ch; + padding: 10px; } .core-review h2,h3,h4,h5 { margin-top: 30px; margin-bottom: 10px; - text-align: center; } diff --git a/static/review.css b/static/review.css index 96d18cf..642d75b 100644 --- a/static/review.css +++ b/static/review.css @@ -37,10 +37,11 @@ } .core-review p { margin-bottom: 20px; + text-indent: 4ch; + padding: 10px; } .core-review h2,h3,h4,h5 { margin-top: 30px; margin-bottom: 10px; - text-align: center; }