0
0
Fork 0

Change width to min-width for the cards and allow x-scroll on the hand component.

This commit is contained in:
Oliver-Akins 2020-12-18 18:40:04 -07:00
parent 17e43beb1e
commit 0ddbaf064b

View file

@ -104,18 +104,18 @@ export default {
border-radius: 20px;
align-items: center;
flex-wrap: nowrap;
overflow-x: auto;
margin: 0 auto;
display: flex;
height: 250px;
padding: 0px;
width: 95%;
}
.card {
background-color: var(--card-background);
min-width: calc(100% / 9);
color: var(--card-text);
flex-direction: column;
width: calc(100% / 9);
border-radius: 10px;
padding: 10px;
display: flex;