Bounty: 50
I am trying to add the specific width and height of (Iphone 7 Plus) only. For the project I am using withStyles.
import { withStyles } from "@material-ui/core";
I tried using:
"@media (width: 414px) and (height: 628px)": {}
I tried "@media (device-width: 414px) and (device-height: 628px)": {}
Tried both examples and is not working. Does someone have any ideas how to do it? Thank you