diff --git a/static/css/main.css b/static/css/main.css index bebfecb..8d1a1f8 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -16,7 +16,10 @@ body { } p { line-height: 1.5; - margin: 30px 0; + margin: 6px 0; +} +p + p { + margin: 24px 0 6px 0; } p a { /* text-decoration: underline */ @@ -612,12 +615,12 @@ footer .theme-by { } .pager.blog-pager { - margin-top: 0; + margin-top:10px; } @media only screen and (min-width: 768px) { .pager.blog-pager { - margin-top: 10px; + margin-top: 40px; } }