javascript-simon icon indicating copy to clipboard operation
javascript-simon copied to clipboard

Respond to viewport size

Open jtwalters opened this issue 11 years ago • 1 comments

A good next step might be to add responsive behavior so that your game works better on devices with smaller viewports. You could accomplish this with a couple media queries so that the layout was a single column at smaller viewport/screen widths.

jtwalters avatar Jan 09 '14 16:01 jtwalters

That would be cool, there's a meta viewport call that you can do too, right? I think HTML5boilerplate does that.

jkup avatar Jan 09 '14 16:01 jkup