MEDIA QUERY For orientation: landscape but not desktop. how?

219 Views Asked by At

Here it will not contain it on the tablet because I am testing a tablet with a mouse on my computer:

@media (max-width: 1024px), (not: pointer) and (orientation: landscape)

And here it will also contain a desktop.

@media (max-width: 1024px), (orientation: landscape) 

so How can I solve it ? Thanks

0

There are 0 best solutions below