justindwyer6 / rolling-realms

A fan-made, web-based version of Stonemaier Games' roll-and-write game.
https://rolling-realms.netlify.app
18 stars 3 forks source link

Implement CSS Grid #5

Closed justindwyer6 closed 3 years ago

justindwyer6 commented 3 years ago

This PR set out the basic structure of the page with CSS Grid and a mobile-first approach. This is just a rough start to help with development, so I've display: noned a few things and a lot of the CSS is sketchy.

It also sets up Grid on the Minigames that have simpler layouts. A few JSX modifications were mostly all that was needed for those, but some took a bit of refactoring.

It also renames and fixes up some logic around the RoundTracker component (previously the Round component).

I also edited the manifest.json as a side thought, so that got bundled in here.

justindwyer6 commented 3 years ago

Didn't mean to merge this, but oh well.