From 548fae3cbcfc3999cfdb1c8ac582bad30b0afe97 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Wed, 27 Mar 2019 12:35:47 +0200 Subject: [PATCH] fix: remove huge space after Authentication section fixes #872 --- src/common-elements/panels.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common-elements/panels.ts b/src/common-elements/panels.ts index 1360c8e1..2f30b399 100644 --- a/src/common-elements/panels.ts +++ b/src/common-elements/panels.ts @@ -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; `}