Showing
2 changed files
with
2 additions
and
2 deletions
@@ -173,8 +173,8 @@ $clothes: sprite-map("guang/clothes/*.png"); | @@ -173,8 +173,8 @@ $clothes: sprite-map("guang/clothes/*.png"); | ||
173 | position: absolute; | 173 | position: absolute; |
174 | right: 6rem / $pxConvertRem; | 174 | right: 6rem / $pxConvertRem; |
175 | bottom: 34rem / $pxConvertRem; | 175 | bottom: 34rem / $pxConvertRem; |
176 | - width: 20px; | ||
177 | - height: 20px; | 176 | + width: 36px; |
177 | + height: 36px; | ||
178 | @include border-radius(50%); | 178 | @include border-radius(50%); |
179 | 179 | ||
180 | &.bag { | 180 | &.bag { |
-
Please register or login to post a comment