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 a7a901df97

View File

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