landenf / Settlers-of-Catan

Multiplayer Online version of Settlers of Catan
https://catan-4dea2.web.app
2 stars 0 forks source link

Organize all Components in game session #26

Open landenf opened 4 months ago

landenf commented 3 months ago

Image

landenf commented 3 months ago

This is what it looks like but when resizing on other screens it gets messed up if anyone wants to try and help with this styling

SirFatredVIII commented 3 months ago

A good first step would be to add in "width: auto" and "height: auto" into the css file for the game-board class. That'll help make the gameboard more flexible and add in more room for the rest of the components when we size the window down.