Add justify-content: space-evenly

This commit is contained in:
rxdn 2021-01-05 23:05:54 +00:00
parent acc124bf1a
commit da9a3cd585

View File

@ -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 {