Answer the question
In order to leave comments, you need to log in
Max-device-width logic?
What is the logic behind this media function? media starts working when I specify pixels larger than my device,
@media screen and (max-device-width : 1366px){
header{
display: none;
}
}
Answer the question
In order to leave comments, you need to log in
https://habrahabr.ru/company/paysto/blog/254871/
width and device-width are like different things)
device-width is a deprecated feature in the new version of the standard https://www.w3.org/TR/mediaqueries-4/#mf-deprecated
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question