contact
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
5 additions
and
1 deletions
| ... | @@ -17674,6 +17674,8 @@ select { | ... | @@ -17674,6 +17674,8 @@ select { |
| 17674 | .wpcf7 form.sent .wpcf7-response-output { | 17674 | .wpcf7 form.sent .wpcf7-response-output { |
| 17675 | border-color: transparent; | 17675 | border-color: transparent; |
| 17676 | color: #e00; | 17676 | color: #e00; |
| 17677 | margin-left: -30px; | ||
| 17678 | margin-top: 0px; | ||
| 17677 | } | 17679 | } |
| 17678 | @media (max-width: 48rem) { | 17680 | @media (max-width: 48rem) { |
| 17679 | .wpcf7 form.sent .wpcf7-response-output { | 17681 | .wpcf7 form.sent .wpcf7-response-output { | ... | ... |
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.
| ... | @@ -686,6 +686,8 @@ select { | ... | @@ -686,6 +686,8 @@ select { |
| 686 | .wpcf7 form.sent .wpcf7-response-output{ | 686 | .wpcf7 form.sent .wpcf7-response-output{ |
| 687 | border-color:transparent; | 687 | border-color:transparent; |
| 688 | color: #e00; | 688 | color: #e00; |
| 689 | margin-left: -30px; | ||
| 690 | margin-top: 0px; | ||
| 689 | @media(max-width: 48rem) { | 691 | @media(max-width: 48rem) { |
| 690 | margin-top: 10px; | 692 | margin-top: 10px; |
| 691 | padding-left: 0; | 693 | padding-left: 0; | ... | ... |
-
Please register or sign in to post a comment