🎨
This commit is contained in:
parent
49ab2eb07f
commit
8539c7b20f
6 changed files with 126 additions and 46 deletions
|
|
@ -43,7 +43,7 @@ useInterval(fetch, 1000 * 60, {
|
|||
}
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
grid-gap: 12px;
|
||||
|
||||
> .user:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue