From 5b8bc9069f941ec826fb6e43e0a94631973f886e Mon Sep 17 00:00:00 2001 From: Anonymus Raccoon <32224410+AnonymusRaccoon@users.noreply.github.com> Date: Thu, 25 Apr 2019 10:49:29 +0200 Subject: [PATCH] Update carousel.scss --- src/scss/fragments/carousel.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scss/fragments/carousel.scss b/src/scss/fragments/carousel.scss index fe1c65e..93727b1 100644 --- a/src/scss/fragments/carousel.scss +++ b/src/scss/fragments/carousel.scss @@ -22,7 +22,7 @@ .carousel__cell { position: absolute; - width: 70vw; + width: 45vw; height: auto; bottom: 0px; @@ -36,7 +36,7 @@ { &:nth-child(#{$i + 1}) { - transform: rotateY($i * 20deg) translateZ(150vw); + transform: rotateY($i * 20deg) translateZ(350vw); @include media-breakpoint-up(md) {