Hover all the things

This commit is contained in:
Nicholas Zuber 2018-11-12 12:08:50 -05:00
parent fa19b533a6
commit 206a4f5b80

View File

@ -14,7 +14,7 @@ const version = require('../../../package.json').version + hash;
function createImagePlaceholder (highlight) { function createImagePlaceholder (highlight) {
return ( return (
<ImagePlaceholder> <ImagePlaceholder className="hover">
{/* navigation backdrop */} {/* navigation backdrop */}
<div style={{ <div style={{
position: 'absolute', position: 'absolute',
@ -638,7 +638,7 @@ export default function Scene ({loggedIn, onLogout, ...props}) {
</SmallText> </SmallText>
</BottomLinkContainer> </BottomLinkContainer>
</LandingMessage> </LandingMessage>
<ImageContainer /> <ImageContainer className="hover" />
<Curve /> <Curve />
</div> </div>
<Section className="section"> <Section className="section">