Showing
1 changed file
with
2 additions
and
2 deletions
@@ -75,11 +75,11 @@ a { | @@ -75,11 +75,11 @@ a { | ||
75 | display: none; | 75 | display: none; |
76 | text-align: center; | 76 | text-align: center; |
77 | width: 70%; | 77 | width: 70%; |
78 | + max-width: 600px; | ||
78 | padding: 68px 0; | 79 | padding: 68px 0; |
79 | top: 50%; | 80 | top: 50%; |
80 | left: 50%; | 81 | left: 50%; |
81 | - margin-left: -35%; | ||
82 | - margin-top: -90px; | 82 | + transform: translate(-50%, -50%); |
83 | background-color: rgba(0, 0, 0, 0.7); | 83 | background-color: rgba(0, 0, 0, 0.7); |
84 | color: #fff; | 84 | color: #fff; |
85 | font-size: 36px; | 85 | font-size: 36px; |
-
Please register or login to post a comment