From 3edf3609f2bef6f16f5a6ef8e9b30ce5c7901fed Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 26 Apr 2018 14:26:57 -0400 Subject: [PATCH] padding adjustment --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 904ebb6..c2e22b5 100644 --- a/common/common.scss +++ b/common/common.scss @@ -6,7 +6,7 @@ justify-content: center; .category-title-contents { max-width: 500px; - padding: 40px; + padding: 40px 40px 30px; h1 { text-transform: capitalize; }