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;