From 7d6fa8d1ac3d983935234e1ba842491b8418ae79 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 4 May 2023 18:08:57 -0700 Subject: [PATCH] fix(ui): add margin under page content. Closes #2963 --- web/components/ui/Content/Content.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/ui/Content/Content.module.scss b/web/components/ui/Content/Content.module.scss index a9f322d8d..e422a5210 100644 --- a/web/components/ui/Content/Content.module.scss +++ b/web/components/ui/Content/Content.module.scss @@ -64,7 +64,6 @@ @include screen(tablet) { display: none; } - } //not sure if this is needed @@ -86,6 +85,7 @@ padding: calc(2 * var(--content-padding)); border-radius: var(--theme-rounded-corners); width: 100%; + margin-bottom: 20px; h1:first-child, h2:first-child,