dd
Showing
5 changed files
with
16 additions
and
1 deletions
| ... | @@ -16240,6 +16240,14 @@ h2, .h2 { | ... | @@ -16240,6 +16240,14 @@ h2, .h2 { |
| 16240 | margin-left: 17px; | 16240 | margin-left: 17px; |
| 16241 | overflow: visible; | 16241 | overflow: visible; |
| 16242 | } | 16242 | } |
| 16243 | @media (max-width: 768px) { | ||
| 16244 | .wp-block-group.register .wpcf7 span.wpcf7-form-control-wrap.acceptance-548 { | ||
| 16245 | margin-left: -35px; | ||
| 16246 | } | ||
| 16247 | .wp-block-group.register .wpcf7 label.acceptance-548 { | ||
| 16248 | padding-left: 20px; | ||
| 16249 | } | ||
| 16250 | } | ||
| 16243 | .wp-block-group.register .wpcf7 textarea.wpcf7-form-control.wpcf7-textarea { | 16251 | .wp-block-group.register .wpcf7 textarea.wpcf7-form-control.wpcf7-textarea { |
| 16244 | height: 150px; | 16252 | height: 150px; |
| 16245 | } | 16253 | } | ... | ... |
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.
| ... | @@ -572,7 +572,14 @@ h2{ | ... | @@ -572,7 +572,14 @@ h2{ |
| 572 | margin-left: 17px; | 572 | margin-left: 17px; |
| 573 | overflow: visible; | 573 | overflow: visible; |
| 574 | } | 574 | } |
| 575 | 575 | @media (max-width: 768px){ | |
| 576 | span.wpcf7-form-control-wrap.acceptance-548 { | ||
| 577 | margin-left: -35px; | ||
| 578 | } | ||
| 579 | label.acceptance-548 { | ||
| 580 | padding-left: 20px; | ||
| 581 | } | ||
| 582 | } | ||
| 576 | 583 | ||
| 577 | textarea.wpcf7-form-control.wpcf7-textarea { | 584 | textarea.wpcf7-form-control.wpcf7-textarea { |
| 578 | height: 150px; | 585 | height: 150px; | ... | ... |
-
Please register or sign in to post a comment