kristoferjoseph / flexboxgrid

Grid based on CSS3 flexbox

Home Page:http://flexboxgrid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

space-evenly

JLO2801 opened this issue · 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 :-)