浏览代码

Merge pull request #2028 from shleeable/patch-5

Update carousel.scss - Dupe #iosDevice img reference
daniel 5 年之前
父节点
当前提交
7c9e28f167
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      resources/assets/sass/landing/carousel.scss

+ 1 - 3
resources/assets/sass/landing/carousel.scss

@@ -77,9 +77,7 @@
 #iosDevice img {
   position:absolute;
   left:0;
-}
 
-#iosDevice img {
   -webkit-animation-name: iosDeviceCarousel;
   -webkit-animation-timing-function: ease-in-out;
   -webkit-animation-iteration-count: infinite;
@@ -123,4 +121,4 @@
   -moz-animation-delay: 0;
   -o-animation-delay: 0;
   animation-delay: 0;
-}
+}