forked from mirror/pixelfed
Update carousel.scss
This commit is contained in:
parent
c78bdadb8a
commit
f3757e9722
1 changed files with 1 additions and 3 deletions
4
resources/assets/sass/landing/carousel.scss
vendored
4
resources/assets/sass/landing/carousel.scss
vendored
|
@ -77,9 +77,7 @@
|
||||||
#iosDevice img {
|
#iosDevice img {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:0;
|
left:0;
|
||||||
}
|
|
||||||
|
|
||||||
#iosDevice img {
|
|
||||||
-webkit-animation-name: iosDeviceCarousel;
|
-webkit-animation-name: iosDeviceCarousel;
|
||||||
-webkit-animation-timing-function: ease-in-out;
|
-webkit-animation-timing-function: ease-in-out;
|
||||||
-webkit-animation-iteration-count: infinite;
|
-webkit-animation-iteration-count: infinite;
|
||||||
|
@ -123,4 +121,4 @@
|
||||||
-moz-animation-delay: 0;
|
-moz-animation-delay: 0;
|
||||||
-o-animation-delay: 0;
|
-o-animation-delay: 0;
|
||||||
animation-delay: 0;
|
animation-delay: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue