OpenBuildings / layout-grid

Static responsive grid with pure css. Javascript using native drag-n-drop to reorder for each screen size on desktop and mobile.
http://clippings.github.io/layout-grid/
BSD 3-Clause "New" or "Revised" License
801 stars 46 forks source link

Remove gap between widgets #26

Closed aristizabal95 closed 5 years ago

aristizabal95 commented 5 years ago

I want the widgets to have no gap between each other. I've tried setting it with

data-params='{"xs":{"gap":0}}'

as well as changing the gap parameter inside the sass file to 0%. Nothing seems to work. Any idea on how to achieve this?