Browse Source

Fix hero buttons to be clickable (#373)

main
Sophie Alpert 8 years ago
committed by GitHub
parent
commit
33cfa5f6b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/pages/index.js

6
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>
<h1
css={{
@ -177,6 +182,7 @@ class Home extends Component {
</Flex>
</Container>
</div>
</div>
</header>
<Container>

Loading…
Cancel
Save