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;