Showing
1 changed file
with
3 additions
and
3 deletions
@@ -57,10 +57,10 @@ | @@ -57,10 +57,10 @@ | ||
57 | } | 57 | } |
58 | 58 | ||
59 | .about-bottom { | 59 | .about-bottom { |
60 | - margin-top: 135px; | ||
61 | - width: 100%; | 60 | + margin: 135px auto; |
61 | + width: 700px; | ||
62 | height: 365px; | 62 | height: 365px; |
63 | - background: resolve("./passport/about-bottom.png"); | 63 | + background: resolve("./passport/about-bottom.png") center; |
64 | background-size: contain; | 64 | background-size: contain; |
65 | } | 65 | } |
66 | } | 66 | } |
-
Please register or login to post a comment