my website tintoys.com looks great on a computer but horrible on iphone and ipad. So I am guessing I am missing some sort of viewport css setting.
Currently I am using:
@viewport{
width: device-width;
}
But it still stays squished to the left. Anyone have an idea of what I am missing?