f329ef16 by Jeff Balicki

444

1 parent 0eaf1512
...@@ -17204,6 +17204,10 @@ ss3-force-full-width { ...@@ -17204,6 +17204,10 @@ ss3-force-full-width {
17204 max-width: unset !important; 17204 max-width: unset !important;
17205 } 17205 }
17206 17206
17207 [name="contact-about-experience[]"] {
17208 margin-left: -15px;
17209 }
17210
17207 body { 17211 body {
17208 font-family: "Calibri"; 17212 font-family: "Calibri";
17209 } 17213 }
......
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.
...@@ -688,3 +688,7 @@ height: 87vh; ...@@ -688,3 +688,7 @@ height: 87vh;
688 #wpcf7-f209-o1{ 688 #wpcf7-f209-o1{
689 max-width: unset !important; 689 max-width: unset !important;
690 } 690 }
691
692 [name='contact-about-experience[]'] {
693 margin-left: -15px;
694 }
...\ No newline at end of file ...\ No newline at end of file
......