From 316a35d1372f908cba5b44debfefeb50b9a15117 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 9 Mar 2023 16:31:29 +0100 Subject: [PATCH] Fixing rotation-y. --- src/view.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view.scss b/src/view.scss index 8f9de0d..7e40a29 100644 --- a/src/view.scss +++ b/src/view.scss @@ -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;