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

Loading…
Cancel
Save