Change card width.
This commit is contained in:
parent
20a9c39bb3
commit
bf63077f67
1 changed files with 1 additions and 1 deletions
|
|
@ -113,9 +113,9 @@ export default {
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
background-color: var(--card-background);
|
background-color: var(--card-background);
|
||||||
min-width: calc(100% / 9);
|
|
||||||
color: var(--card-text);
|
color: var(--card-text);
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
width: calc(100% / 9);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue