I want to create a rule that will fire styles if the device double width is bigger then device height height < width * 2. Is it possible to write such logical equations in media queries?
@media only screen and (height < width * 2) {}
I want to create a rule that will fire styles if the device double width is bigger then device height height < width * 2. Is it possible to write such logical equations in media queries?
@media only screen and (height < width * 2) {}