Add flex-wrap attribute

This commit is contained in:
rxdn 2021-01-05 23:03:58 +00:00
parent 3a98761b77
commit acc124bf1a

View File

@ -253,6 +253,7 @@ html > ::-webkit-scrollbar {
#guild-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}