add flex-wrap: wrap to styles.module.css

This commit is contained in:
William Cheng
2022-10-20 14:05:23 +08:00
parent add4dfff8e
commit 55b1ec973b

View File

@@ -64,6 +64,7 @@
.bronzeSponsorAvatars {
display: inline-flex;
flex-wrap: wrap;
}
@media screen and (max-width: 966px) {