0
0
Fork 0

Change card width.

This commit is contained in:
Oliver-Akins 2020-12-19 16:56:11 -07:00
parent 20a9c39bb3
commit bf63077f67

View file

@ -113,9 +113,9 @@ export default {
.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;