Merge pull request #3117 from hunicus/translator-imgs

Fit translator avatars neatly on 2 lines
This commit is contained in:
wiz 2023-02-23 22:15:47 +09:00 committed by GitHub
commit 676f6ff2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,6 +145,13 @@
}
}
.project-translators .wrapper {
a img {
width: 72px;
height: 72px;
}
}
.copyright {
text-align: left;
max-width: 620px;