Improved homepage 🙏

This commit is contained in:
Tom Moor
2018-07-11 20:23:36 -07:00
parent 95c4574549
commit 19a328ebeb
10 changed files with 209 additions and 104 deletions

View File

@ -1,16 +1,15 @@
// @flow
import styled from 'styled-components';
import Centered from './Centered';
const Hero = styled.div`
const Hero = styled(Centered)`
width: 100%;
height: 70vh;
min-height: 400px;
max-height: 600px;
padding: 6em 2em 0;
text-align: center;
min-height: 500px;
padding: 4em 0 0;
h1 {
font-size: 2.5em;
font-size: 3.5em;
line-height: 1em;
}
`;