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