From 45779fc3e547aae7ed0bf012e3f525a624152b9f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 13 May 2014 17:15:12 +0200 Subject: [PATCH] more margin at the bottom --- public/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.css b/public/index.css index ce3f5aa..3d6a8fa 100644 --- a/public/index.css +++ b/public/index.css @@ -78,7 +78,7 @@ pre>code, pre>code code { } p, pre { - margin: 1em 2em; + margin: 1em 2em 2em 2em; } li>p { -- 2.30.2