Showing
1 changed file
with
4 additions
and
4 deletions
@@ -218,10 +218,9 @@ | @@ -218,10 +218,9 @@ | ||
218 | } | 218 | } |
219 | 219 | ||
220 | .product-list { | 220 | .product-list { |
221 | - margin: 0; | ||
222 | - padding: 0 0 30px 30px; | 221 | + margin-left: auto; |
222 | + margin-right: auto; | ||
223 | width: 610px; | 223 | width: 610px; |
224 | - margin: 0 auto; | ||
225 | overflow: hidden; | 224 | overflow: hidden; |
226 | background: #fff; | 225 | background: #fff; |
227 | border-bottom: 30px solid #f0f0f0; | 226 | border-bottom: 30px solid #f0f0f0; |
@@ -230,7 +229,8 @@ | @@ -230,7 +229,8 @@ | ||
230 | width: 275px; | 229 | width: 275px; |
231 | height: 368px; | 230 | height: 368px; |
232 | margin-top: 50px; | 231 | margin-top: 50px; |
233 | - margin-right: 30px; | 232 | + margin-left: 15px; |
233 | + margin-right: 15px; | ||
234 | float: left; | 234 | float: left; |
235 | text-align: center; | 235 | text-align: center; |
236 | list-style: none; | 236 | list-style: none; |
-
Please register or login to post a comment