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;