diff --git a/client/src/App.css b/client/src/App.css index 2c407c2..83988f5 100755 --- a/client/src/App.css +++ b/client/src/App.css @@ -1,10 +1,11 @@ body { font-family: 'Droid Sans', 'Arial Narrow', Arial, sans-serif; + background-color: black; } #root { width: 100vw; - height: 100vh; +/* height: 100vh; breaks on mobile -- not needed */ } .Table { @@ -13,8 +14,7 @@ body { top: 0; left: 0; width: 100%; - height: 100vh; - min-height: 100%; + bottom: 0; flex-direction: row; justify-content: space-between; /* left-justify 'board', right-justify 'game' */ background-image: url("./assets/tabletop.png"); @@ -32,7 +32,7 @@ body { flex-grow: 1; } -.Table .Pieces { +.Table .Hand { display: flex; position: relative; border: 1px solid orange;