added padding to bottom section (#42)

This commit is contained in:
bianca-laube 2023-06-14 15:11:51 -04:00 committed by GitHub
parent c8e757f0be
commit b23b83ec7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;