From 96650aaf987e9a109abacb9464b2e3c8aa26fc8b Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Mon, 15 Jun 2020 22:19:47 -0700 Subject: [PATCH] feat: Double the space on shape prop types --- src/components/PropList.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PropList.module.scss b/src/components/PropList.module.scss index 4064e45dc..d2bca6057 100644 --- a/src/components/PropList.module.scss +++ b/src/components/PropList.module.scss @@ -70,7 +70,7 @@ .shape { &:not(:last-child) { - margin-bottom: 2rem; + margin-bottom: 4rem; } h4 {