From b23b83ec7bb67120f23d2e3eb543b76d9e7b91c6 Mon Sep 17 00:00:00 2001 From: bianca-laube <135655735+bianca-laube@users.noreply.github.com> Date: Wed, 14 Jun 2023 15:11:51 -0400 Subject: [PATCH] added padding to bottom section (#42) --- src/common-elements/panels.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common-elements/panels.ts b/src/common-elements/panels.ts index c434c503..fa96fe74 100644 --- a/src/common-elements/panels.ts +++ b/src/common-elements/panels.ts @@ -35,6 +35,8 @@ export const Section = styled.div.attrs(props => ({ ` position: relative; + margin-bottom: 48px; + &:not(:last-of-type):after { position: absolute; bottom: 0;