Update carousel.scss

This commit is contained in:
Anonymus Raccoon
2019-04-25 10:49:29 +02:00
committed by GitHub
parent 5fa2639cff
commit 5b8bc9069f
+2 -2
View File
@@ -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)
{