1958eec3 by Jeff Balicki

contact

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9bf4b77a
...@@ -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;
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.503 5 Version: 1.0.504
6 */ 6 */
7 7
......