This commit is contained in:
Tom Moor
2017-11-20 22:54:51 -08:00
parent cd083f482b
commit 7dbc727599

View File

@ -4,6 +4,7 @@ import styled from 'styled-components';
const Hero = styled.div` const Hero = styled.div`
width: 100%; width: 100%;
height: 70vh; height: 70vh;
max-height: 600px;
padding: 6em 2em 0; padding: 6em 2em 0;
text-align: center; text-align: center;