diff --git a/styles/card.css b/styles/card.css index 70360c6..0c7a614 100755 --- a/styles/card.css +++ b/styles/card.css @@ -1,10 +1,10 @@ .card { display: flex; - flex-direction: row; + flex-direction: column; justify-content: center; align-items: center; - height: 12vh; - min-width: 14vw; + width: 6vw; + min-height: 26vh; padding: 1.5em; margin: 1.2rem; /* for better display */ border: 0.3em solid black; @@ -12,13 +12,17 @@ background-color: white; } +.card:hover { + cursor: pointer; +} + svg { - height: 12vh; + rotate: 90deg; + height: 7vh; width: 3vw; } .item { - margin: 1rem; } #main { diff --git a/views/deck-module.js b/views/deck-module.js index d93e296..566b44d 100644 --- a/views/deck-module.js +++ b/views/deck-module.js @@ -65,7 +65,7 @@ export default{

Players: {{connected}}

-
+