Added min height to hero

This commit is contained in:
Jori Lallo 2017-11-26 12:39:28 -08:00
parent 8b2f6f193f
commit ba3756eb74
1 changed files with 1 additions and 0 deletions

View File

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