Skip to content

Instantly share code, notes, and snippets.

@AndreyKopylov
Last active August 29, 2015 14:18
Show Gist options
  • Save AndreyKopylov/9de07e9f23e306d14ff5 to your computer and use it in GitHub Desktop.
Save AndreyKopylov/9de07e9f23e306d14ff5 to your computer and use it in GitHub Desktop.
.canvas {
&-map {
width: 1200px;
height: 600px;
transform: translate3d(18%, -18%, 0);
&_wrap {
display: block;
overflow: hidden;
position: absolute;
height: 500px;
top: 0;
right: 0;
width: 1200px;
}
}
&-earth {
width: 730px;
height: 730px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment