From d8497a998bc74503298f044a83d85c8b22bd2a26 Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Wed, 24 Aug 2022 14:41:01 +0900 Subject: [PATCH] PUBLISH: style fix --- docs/review.css | 2 +- static/review.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/review.css b/docs/review.css index 642d75b..b534068 100644 --- a/docs/review.css +++ b/docs/review.css @@ -41,7 +41,7 @@ padding: 10px; } -.core-review h2,h3,h4,h5 { +.core-review h2, .core-review h3 { margin-top: 30px; margin-bottom: 10px; } diff --git a/static/review.css b/static/review.css index 642d75b..b534068 100644 --- a/static/review.css +++ b/static/review.css @@ -41,7 +41,7 @@ padding: 10px; } -.core-review h2,h3,h4,h5 { +.core-review h2, .core-review h3 { margin-top: 30px; margin-bottom: 10px; }