Skip to content

Commit

Permalink
Fix eye wrapping with new flex positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
nbadal committed Jun 13, 2020
1 parent cd7eef1 commit 92c408c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@
height: 100vh;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.eye {
background-color: transparent;
width: 400px;
height: 250px;
margin: 60px;
margin: 0 60px;
perspective: 1000px;
}

Expand All @@ -80,7 +81,7 @@
width: 100%;
height: 100%;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-webkit-backface-visibility: hidden; /* safari */
}

.front {
Expand Down

0 comments on commit 92c408c

Please sign in to comment.