kristoferjoseph/flexboxgrid

space-evenly

JLO2801 opened this issue · 0 comments

Briefly ( tweet size ) describe your issue and how you discovered it.

The justify-content: space-evenly; is missing

Expected behavior

full functionality

Actual behavior

not there

You could simply add via:
.evenly-lg
.evenly-md
.evenly-sm
.evenly-xs {
justify-content: space-evenly;}

I did it by myself, works great and is no work :-)