Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(containers): fix NotFound height
Browse files Browse the repository at this point in the history
fix(containers): fix NotFound height
  • Loading branch information
Metnew committed Nov 10, 2017
1 parent d656ae6 commit e81d2de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/containers/NotFound/style.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ import styled from 'styled-components'

export const NotFoundLayout = styled.div`
display: flex;
height: 100%;
align-items: center;
`

0 comments on commit e81d2de

Please sign in to comment.