feature: new circles-admin panel

This commit is contained in:
gaelle morin
2021-03-26 15:11:42 +01:00
parent 17cce1ea6b
commit b0d406c5fa
18 changed files with 283 additions and 130 deletions

2
src/scripts/masonry.js Normal file
View File

@ -0,0 +1,2 @@
var grid = document.querySelector('.masonry > div:nth-child(2)');
console.log(grid);