mirror of
https://github.com/nickzuber/meteorite.git
synced 2024-11-29 09:31:15 +03:00
Hover all the things
This commit is contained in:
parent
fa19b533a6
commit
206a4f5b80
@ -14,7 +14,7 @@ const version = require('../../../package.json').version + hash;
|
||||
|
||||
function createImagePlaceholder (highlight) {
|
||||
return (
|
||||
<ImagePlaceholder>
|
||||
<ImagePlaceholder className="hover">
|
||||
{/* navigation backdrop */}
|
||||
<div style={{
|
||||
position: 'absolute',
|
||||
@ -638,7 +638,7 @@ export default function Scene ({loggedIn, onLogout, ...props}) {
|
||||
</SmallText>
|
||||
</BottomLinkContainer>
|
||||
</LandingMessage>
|
||||
<ImageContainer />
|
||||
<ImageContainer className="hover" />
|
||||
<Curve />
|
||||
</div>
|
||||
<Section className="section">
|
||||
|
Loading…
Reference in New Issue
Block a user