Fixing rotation-y.
This commit is contained in:
parent
773f0e2704
commit
316a35d137
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
@for $i from 0 through 9 {
|
||||
// view sections
|
||||
$rotation-x: $i * 20deg - 80deg;
|
||||
$rotation-y: 160deg - ($i * 40deg);
|
||||
$rotation-y: 200deg - ($i * 40deg);
|
||||
|
||||
.view-top-#{$i} {
|
||||
top: 11.11vh * $i;
|
||||
|
|
Loading…
Reference in a new issue