327aad30 by Jeff Balicki

ddd

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 44df387d
......@@ -15497,7 +15497,7 @@ p.intro {
}
.nf-response-msg h3, .nf-response-msg .h3 {
margin: 0;
position: absolute;
position: relative;
top: 50%;
transform: translateY(-50%);
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{
height: 400px;
h3{
margin: 0;
position: absolute;
position: relative;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
......