Skip to content

Commit

Permalink
Some visual improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
brianium committed Nov 16, 2017
1 parent fcf765f commit cb5c161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ body {
.form {
text-align: left;
width: 100%;
transform: translateZ(0);
}

.form__label {
Expand Down Expand Up @@ -183,7 +184,7 @@ body {
width: 300px;
height: 500px;
position: relative;
perspective: 400px;
perspective: 600px;
}

.screen {
Expand All @@ -204,7 +205,6 @@ body {
width: 100%;
height: 100%;
padding: 30px;
will-change: transform;
transform-style: preserve-3d;
backface-visibility: hidden;
}
Expand Down

0 comments on commit cb5c161

Please sign in to comment.