Skip to content

Instantly share code, notes, and snippets.

@dieulot
Created March 26, 2014 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dieulot/9793605 to your computer and use it in GitHub Desktop.
Save dieulot/9793605 to your computer and use it in GitHub Desktop.
@media only screen and (max-device-width: 768px) and (min-device-width: 321px) {
.carplay .app .landscape-container {
-webkit-perspective-origin: 100% 0.05405%;
-webkit-perspective: 10px;
}
.carplay .app .landscape {
-webkit-transform: translate3d(0, 0, -100px) scale(11);
-webkit-transform-origin: 100% 100%;
position: -webkit-sticky;
top: 158%;
}
.carplay .app .landscape .image {
bottom: 190px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment