jjst / ultimate-tictactoe

An implementation of ultimate tictactoe in Elm
MIT License
15 stars 0 forks source link

Adapt grid to fit page size #6

Closed jjst closed 8 years ago

jjst commented 8 years ago

Currently the grid has a fixed size. It should respond to the current width/height (whichever is the smallest) of the page.