Showing
1 changed file
with
3 additions
and
3 deletions
@@ -22,8 +22,8 @@ | @@ -22,8 +22,8 @@ | ||
22 | 22 | ||
23 | li { | 23 | li { |
24 | position: relative; | 24 | position: relative; |
25 | - height: 80px; | ||
26 | - line-height: 80px; | 25 | + height: 76px; |
26 | + line-height: 76px; | ||
27 | background: #fff; | 27 | background: #fff; |
28 | 28 | ||
29 | &:after { | 29 | &:after { |
@@ -177,7 +177,7 @@ | @@ -177,7 +177,7 @@ | ||
177 | overflow: hidden; | 177 | overflow: hidden; |
178 | 178 | ||
179 | transform: translateX(540px); | 179 | transform: translateX(540px); |
180 | - transition: transform 0.3s | 180 | + transition: transform 0.3s; |
181 | 181 | ||
182 | li { | 182 | li { |
183 | height: 80px !important; | 183 | height: 80px !important; |
-
Please register or login to post a comment