Answer the question
In order to leave comments, you need to log in
Webkit-min-device-pixel-ratio how to set media query at -992px?
There is a css code that only works on safari, how can I make this code work only at <992px?
media screen and (-webkit-min-device-pixel-ratio:0) {
.form-wrapper .input_form_name::placeholder,
.form-wrapper .input_form_phone::placeholder {
padding: 3px 0 !important;
font-size: 14px;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question