From 910523d7a3211bf305d9961d16aa3fe27a2717e6 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sun, 11 Feb 2018 03:36:39 -0700 Subject: [PATCH] add some breathing room below the article --- src/css/doc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/doc.css b/src/css/doc.css index 4bf1ef5..350bf4e 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -1,7 +1,7 @@ .doc { margin: 0 auto; max-width: 40rem; - padding: 0 1rem 2rem; + padding: 0 1rem 4rem; color: #333; } -- 2.11.0