Showing
1 changed file
with
4 additions
and
5 deletions
@@ -698,12 +698,11 @@ | @@ -698,12 +698,11 @@ | ||
698 | height: 510px; | 698 | height: 510px; |
699 | background-color: #fff; | 699 | background-color: #fff; |
700 | z-index: 2; | 700 | z-index: 2; |
701 | - margin: auto; | ||
702 | - left: 0; | ||
703 | - right: 0; | ||
704 | - top: 0; | ||
705 | - bottom: 0; | ||
706 | border-radius: 10px; | 701 | border-radius: 10px; |
702 | + left: 50%; | ||
703 | + margin-left: -270px; | ||
704 | + top: 50%; | ||
705 | + margin-top: -255px; | ||
707 | 706 | ||
708 | .yoho-coin-title { | 707 | .yoho-coin-title { |
709 | font-size: 34px; | 708 | font-size: 34px; |
-
Please register or login to post a comment