From 5c94080cf2dd5f9ca5891a2269ec1fed647d610a Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 30 Jul 2014 18:08:53 -0700 Subject: [PATCH] fix padding name --- local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index a70002f..3b76b50 100644 --- a/local.css +++ b/local.css @@ -7,8 +7,8 @@ body { background-size: cover; background-attachment: fixed; font-family: "liberation_serifregular",sans-serif; - pad-bottom: 40px; - pad-top: 40px; + padding-top: 40px; + padding-bottom: 40px; } .pagedate { -- 2.39.2