How do I combine two media queries?
Not fully clear what you want to combine, but basically you separate them with a comma eg @media only screen and (orientation : landscape) , only screen and (min-device-width : 481px) and (orientation : portrait) { …