Static responsive grid with pure css. Javascript using native drag-n-drop to reorder for each screen size on desktop and mobile.
BSD 3-Clause "New" or "Revised" License
801
stars
46
forks
source link
Remove gap between widgets #26
Closed
aristizabal95 closed 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?