ddd
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
5 changed files
with
2 additions
and
2 deletions
| ... | @@ -15497,7 +15497,7 @@ p.intro { | ... | @@ -15497,7 +15497,7 @@ p.intro { |
| 15497 | } | 15497 | } |
| 15498 | .nf-response-msg h3, .nf-response-msg .h3 { | 15498 | .nf-response-msg h3, .nf-response-msg .h3 { |
| 15499 | margin: 0; | 15499 | margin: 0; |
| 15500 | position: absolute; | 15500 | position: relative; |
| 15501 | top: 50%; | 15501 | top: 50%; |
| 15502 | transform: translateY(-50%); | 15502 | transform: translateY(-50%); |
| 15503 | text-align: center; | 15503 | text-align: center; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -153,7 +153,7 @@ p{ | ... | @@ -153,7 +153,7 @@ p{ |
| 153 | height: 400px; | 153 | height: 400px; |
| 154 | h3{ | 154 | h3{ |
| 155 | margin: 0; | 155 | margin: 0; |
| 156 | position: absolute; | 156 | position: relative; |
| 157 | top: 50%; | 157 | top: 50%; |
| 158 | -ms-transform: translateY(-50%); | 158 | -ms-transform: translateY(-50%); |
| 159 | transform: translateY(-50%); | 159 | transform: translateY(-50%); | ... | ... |
-
Please register or sign in to post a comment