Showing
2 changed files
with
1 additions
and
2 deletions
@@ -79,7 +79,6 @@ $subNav.each(function() { | @@ -79,7 +79,6 @@ $subNav.each(function() { | ||
79 | }, 400); | 79 | }, 400); |
80 | 80 | ||
81 | $('.sub-nav').removeClass('show'); | 81 | $('.sub-nav').removeClass('show'); |
82 | - return false; | ||
83 | }); | 82 | }); |
84 | }).on('touchstart', function(e) { | 83 | }).on('touchstart', function(e) { |
85 | if (e.currentTarget !== e.target) { | 84 | if (e.currentTarget !== e.target) { |
@@ -161,9 +161,9 @@ | @@ -161,9 +161,9 @@ | ||
161 | i{ | 161 | i{ |
162 | width: 100%; | 162 | width: 100%; |
163 | height: 40%; | 163 | height: 40%; |
164 | - overflow: hidden; | ||
165 | display: block; | 164 | display: block; |
166 | color: #fff; | 165 | color: #fff; |
166 | + margin-bottom: 8rem / $pxConvertRem; | ||
167 | } | 167 | } |
168 | span{ | 168 | span{ |
169 | width: 100%; | 169 | width: 100%; |
-
Please register or login to post a comment