chore(client): tweak ui
This commit is contained in:
parent
5e95a1f7af
commit
0cae0a49e2
3 changed files with 41 additions and 26 deletions
|
|
@ -87,7 +87,7 @@ const props = defineProps<{
|
|||
|
||||
&.grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
|
||||
grid-gap: 12px;
|
||||
margin: var(--margin) 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue