fix: remove huge space after Authentication section

fixes #872
This commit is contained in:
Roman Hotsiy 2019-03-27 12:35:47 +02:00
parent 4366a0d122
commit 548fae3cbc
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -21,6 +21,10 @@ export const Section = styled.div.attrs(props => ({
min-height: calc(100vh + 1px);
}
& > &:last-child {
min-height: initial;
}
${media.lessThan('medium', true)`
padding: 0;
`}