This commit is contained in:
Tom Moor
2017-11-12 21:39:24 -08:00
parent 00a7985383
commit 43a962496b
7 changed files with 177 additions and 6 deletions

View File

@@ -3,7 +3,8 @@ import styled from 'styled-components';
const Hero = styled.div`
width: 100%;
padding: 6em 2em 8em;
height: 90vh;
padding: 6em 2em 0;
text-align: center;
h1 {