Skip to content

Commit

Permalink
disable project overlay transition on mobile & tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjwarren committed Feb 6, 2015
1 parent add5496 commit 6bc6310
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/less/mobile/modules/project-list.less
Expand Up @@ -20,6 +20,15 @@
top: 0;
transform: translateY(0);
}

&:hover {
.project-hero {
left: -5%;
}
.view-project {
left: 100%;
}
}
}

}
9 changes: 9 additions & 0 deletions app/less/tablet/modules/project-list.less
Expand Up @@ -21,6 +21,15 @@
transform: translateY(0);
}

&:hover {
.project-hero {
left: -5%;
}
.view-project {
left: 100%;
}
}

}

}

0 comments on commit 6bc6310

Please sign in to comment.