From: Ben Beltran Date: Tue, 17 Feb 2015 04:32:31 +0000 (-0600) Subject: Pushes the paragraphs apart X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/9a100ce1708e39f1d46b60744d5da84877782253 Pushes the paragraphs apart --- diff --git a/jekyll/css/application.css b/jekyll/css/application.css index 78e6c4f..7dff1ee 100644 --- a/jekyll/css/application.css +++ b/jekyll/css/application.css @@ -130,6 +130,10 @@ nav ul li a:focus { font-family: "Lato", sans-serif; } +.related p, .postcontent p { + padding: 10px 0; +} + .postcontent a {color: #d30058} .blue .postcontent a {color: #0081cb} .green .postcontent a {color: #43da30}