Skip to content

Commit

Permalink
Making transform a relative measurment
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferjoseph committed Jan 10, 2014
1 parent 3451f90 commit 68be343
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,9 @@ code {
}

#menu-button:checked+.page {
-webkit-transform: translate3d(-250px,0,0);
-ms-transform: translate3d(-250px,0,0);
transform: translate3d(-250px,0,0);
-webkit-transform: translate3d(-15rem,0,0);
-ms-transform: translate3d(-15rem,0,0);
transform: translate3d(-15rem,0,0);
}

.hero {
Expand Down
Loading

0 comments on commit 68be343

Please sign in to comment.