From e81d2de8a542f78abd55d8c29e42e24008723f75 Mon Sep 17 00:00:00 2001 From: Vladimir Metnev Date: Fri, 10 Nov 2017 16:07:36 +0200 Subject: [PATCH] fix(containers): fix NotFound height fix(containers): fix NotFound height --- src/common/containers/NotFound/style.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/containers/NotFound/style.jsx b/src/common/containers/NotFound/style.jsx index 0f6387bc..65ab422c 100644 --- a/src/common/containers/NotFound/style.jsx +++ b/src/common/containers/NotFound/style.jsx @@ -2,6 +2,5 @@ import styled from 'styled-components' export const NotFoundLayout = styled.div` display: flex; - height: 100%; align-items: center; `