Merge pull request #437 from outline/home-fix

Max hero height
This commit is contained in:
Tom Moor
2017-11-20 22:59:39 -08:00
committed by GitHub

View File

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