Merge pull request #3059 from hunicus/shrink-og-avatar

Shrink og avators to make group more square
This commit is contained in:
wiz 2023-02-16 05:04:37 +09:00 committed by GitHub
commit ae9f98f26c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,8 +68,8 @@
.community-sponsor {
img {
width: 67px;
height: 67px;
width: 57px;
height: 57px;
}
}