From dbcccb79f541d680701ad484ea239799e78ba33d Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 1 Sep 2022 22:00:00 -0700 Subject: [PATCH] Add margin below content --- web/components/ui/Content/Content.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/ui/Content/Content.module.scss b/web/components/ui/Content/Content.module.scss index 41083aea6..e74aea7ff 100644 --- a/web/components/ui/Content/Content.module.scss +++ b/web/components/ui/Content/Content.module.scss @@ -10,6 +10,7 @@ } .lowerSection { padding: 0em 2em; + margin-bottom: 2em; } }