Fixing rotation-y.

This commit is contained in:
Ad5001 2023-03-09 16:31:29 +01:00
parent 773f0e2704
commit 316a35d137
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -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;