Media query doesn't work for iPad Air 5

Hi,

I am trying to override some properties on iPad Air 5 with media query. I am using Safari, but the query should work with Chrome also.

I have tried several combinations, but it seems that nothing works. For example I have tried this queries:

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) { body { font-size: 20px; } }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { body { font-size: 20px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { body { font-size: 20px; } }

Does anyone know what is the problem?

Best regards!

Media query doesn't work for iPad Air 5
 
 
Q