Sophie Alpert
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
66 additions and
60 deletions
-
src/pages/index.js
|
@ -116,6 +116,11 @@ class Home extends Component { |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}}> |
|
|
}}> |
|
|
|
|
|
<div |
|
|
|
|
|
css={{ |
|
|
|
|
|
// Content should be above absolutely-positioned hero image
|
|
|
|
|
|
position: 'relative', |
|
|
|
|
|
}}> |
|
|
<Container> |
|
|
<Container> |
|
|
<h1 |
|
|
<h1 |
|
|
css={{ |
|
|
css={{ |
|
@ -177,6 +182,7 @@ class Home extends Component { |
|
|
</Flex> |
|
|
</Flex> |
|
|
</Container> |
|
|
</Container> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</header> |
|
|
</header> |
|
|
|
|
|
|
|
|
<Container> |
|
|
<Container> |
|
|