Skip to content

Commit

Permalink
fix: remove huge space after Authentication section
Browse files Browse the repository at this point in the history
fixes #872
  • Loading branch information
RomanHotsiy committed Mar 27, 2019
1 parent 4366a0d commit 548fae3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common-elements/panels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`}
Expand Down

0 comments on commit 548fae3

Please sign in to comment.