From e4d0d459462dcd13b42f83f91106c22091f922b5 Mon Sep 17 00:00:00 2001 From: NIU Administrator Date: Mon, 19 Jul 2021 13:53:20 +0900 Subject: [PATCH] add styles for headings and paragraph --- style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 35819f2..c888e9a 100644 --- a/style.css +++ b/style.css @@ -139,7 +139,7 @@ form#searchform input#searchsubmit { } #container #content p { padding: 0px; - margin-bottom: 30px; + margin-bottom: 1rem; } #container #content table { border-top: none; @@ -157,6 +157,15 @@ form#searchform input#searchsubmit { margin-bottom: 10px !important; clear: both; } +#content .entry-content h1, +#content .entry-content h2, +#content .entry-content h3, +#content .entry-content h4, +#content .entry-content h5, +#content .entry-content h6 { + margin: 2rem 0 1.38rem; +} + #content .entry-content h2 { border: none !important; border-left: 5px solid #8F8F8F !important;