Add flex-wrap attribute
This commit is contained in:
parent
3a98761b77
commit
acc124bf1a
@ -253,6 +253,7 @@ html > ::-webkit-scrollbar {
|
||||
#guild-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user