Fit translator avatars neatly on 2 lines

This commit is contained in:
hunicus 2023-02-23 07:39:57 -05:00
parent a7fb62ce4a
commit bb5fd4b1b1
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9

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;