fix club member size for mobile

This commit is contained in:
Elizabeth Hunt 2024-04-19 20:34:17 -07:00
parent 1661c0d207
commit 67933574b0
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 2909B9A7FF6213EE
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
justify-content: space-around;
gap: 10px;
max-width: 600px;
min-width: 400px;
min-width: 300px;
line-break: anywhere;
}