I have a form that displays correctly on iPad Chrome and Firefox and on iPhone Chrome, Firefox, and Safari.
I need to write the appropriate media query to target only iPad Safari.
The css I'm using is very simple, of the type:
.et_pb_contact_right p input.et_pb_content_captcha {
font-weight: bold;
border: 2px #F7823A solid;
}
How can I make this specific target?
Thanks.