hotfix: make layout flex

This commit is contained in:
George Lima 2018-12-10 21:40:17 -03:00
parent d0c4a295db
commit 7d256e73b6
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ import React from 'react';
import styled from 'styled-components';
const Layout = styled.div`
display: flex;
flex-direction: column;
width: 100%;
height: 100vh;
background: ${props => props.theme.colors.secondary};