So I have this issue with responsive design. We're supposed to be realigning design for different screen sizes so that we present the best interface for each one.
The thing is that I can't figure out how to do this based on pixels. After all with media queries based on pixel, some of the newer phones look to be larger screens than my 40" tv does. So clearly this is wrong.
I wanted to use points to size things, since a point by definition is 1/72nd of an inch. So I should be able to make something 72pt and expect it to be an inch, this however does not seem hold true.
Does anyone have any idea how to make this work right?