Media queries for smartphone landscape

Published 2 days ago5 min read4 comments

Try adding

orientation : landscape

@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {

//enter code here
}
2 Comments

Mahabubur Rahman Mar 14, 2023 - 05:47 PM
Kazi Tareq Aziz Mar 15, 2023 - 06:46 AM