Showing
1 changed file
with
3 additions
and
4 deletions
@@ -314,9 +314,9 @@ export default { | @@ -314,9 +314,9 @@ export default { | ||
314 | } | 314 | } |
315 | 315 | ||
316 | .slide { | 316 | .slide { |
317 | - height: 100vw; | ||
318 | - padding: 38px; | ||
319 | - | 317 | + width: 520px; |
318 | + height: 520px; | ||
319 | + margin: 0 auto; | ||
320 | .dot { | 320 | .dot { |
321 | width: 10px; | 321 | width: 10px; |
322 | height: 10px; | 322 | height: 10px; |
@@ -473,5 +473,4 @@ export default { | @@ -473,5 +473,4 @@ export default { | ||
473 | flex: 0 0 6em; | 473 | flex: 0 0 6em; |
474 | } | 474 | } |
475 | } | 475 | } |
476 | - | ||
477 | </style> | 476 | </style> |
-
Please register or login to post a comment