From 306721b405ff199caecd0f624a0fca6ec50d8419 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 3 Apr 2018 13:19:34 -0400 Subject: [PATCH] reducing interior page padding reducing interior page padding --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2bda6ea..00d8108 100644 --- a/style.css +++ b/style.css @@ -715,7 +715,7 @@ Posts and pages .hentry { margin: 0 0 40px; background: #FFF; - padding: 40px; + padding: 20px; margin-bottom: 40px; position: relative; } -- 2.17.1