Hi,
There are a very large number of different devices with different dimension. So how can sort out this problem because we can't give all dimension in media Query.
So what will be the best size in different media query that can fit in most dimension.
I use following media query:
@media only screen and (max-width: 750px)
@media only screen and (max-width: 500px)
@media only screen and (max-width: 350px)
Is this enough or we need to define more sizes.
Thanks