Vanessa 2022-12-22 16:49:20 +08:00
parent e87ab00969
commit fa571a4e6f
3 changed files with 79 additions and 49 deletions

View file

@ -110,4 +110,13 @@
padding: 8px 0;
overflow: auto;
}
&__card {
display: flex;
justify-content: center;
flex-direction: column;
flex: 1;
text-align: center;
color: var(--b3-theme-on-surface);
}
}