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