Hi,
I’m using the Bourbon Neat Sass library. I have a page that list pictures by 4 in a row:
I implemented this using the mixin’s:
@include span-columns(3 of 12);
@include omega(4n);
This works fine. However, when I added a div element above the pictures, for some reason the last picture from the first row moves to the second row.
Does anyone have a clue why this happens?
my repository is at: GitHub - acandael/posplus: static prototype for research center website, using the Middleman static site generator and Bourbon Neat for styling
the page I’m talking about is source/people.html.erb and the Sass partial is source/stylesheets/partials/_people.scss
the prototype is live at: http://guarded-garden-4334.herokuapp.com/people.html
Thanks for your help,
Anthony