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

View File

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