diff options
Diffstat (limited to 'frontend/src/components/game/Board.css')
-rw-r--r-- | frontend/src/components/game/Board.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/components/game/Board.css b/frontend/src/components/game/Board.css index 0c0d49c9..0600bd14 100644 --- a/frontend/src/components/game/Board.css +++ b/frontend/src/components/game/Board.css @@ -3,6 +3,8 @@ } .cards { + display: flex; + height: 40vh; width: 100vw; } @@ -29,6 +31,8 @@ } .wonder-img { + border-radius: 0.5%/1.5%; + box-shadow: 0.2rem 0.2rem 0.5rem black; max-height: 30vh; max-width: 95vw; } |