mirror of
https://github.com/zoriya/EAU.git
synced 2026-05-31 17:54:30 +00:00
Update carousel.scss
This commit is contained in:
@@ -36,7 +36,12 @@
|
||||
{
|
||||
&:nth-child(#{$i + 1})
|
||||
{
|
||||
transform: rotateY($i * 20deg) translateZ(120vw);
|
||||
transform: rotateY($i * 20deg) translateZ(150vw);
|
||||
|
||||
@include media-breakpoint-up(md)
|
||||
{
|
||||
transform: rotateY($i * 20deg) translateZ(60vw);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user