Vote count: 0
I'm trying to create a three column grid, and have the columns evenly distributed across the row.
My markup is simple:
My scss is also pretty straight-forward.
.row {
@include outer-container ;
}
.service {
@include span-columns(4) ;
}
However the result is a mess:
What do I need to do to get a three-column grid?
asked 43 secs ago
How to do a three column grid with bourbon neat?
Aucun commentaire:
Enregistrer un commentaire